1
0

add hint about bubble timeline roles

This commit is contained in:
Hazelnoot
2025-05-12 14:01:30 -04:00
parent 33e0b13916
commit 7c5e0ce4ab
3 changed files with 11 additions and 0 deletions
+4
View File
@@ -13037,6 +13037,10 @@ export interface Locale extends ILocale {
* Choose which instances should be displayed in the bubble.
*/
"bubbleTimelineDescription": string;
/**
* Note: the bubble timeline is hidden by default, and must be enabled via roles.
*/
"bubbleTimelineMustBeEnabled": string;
}
declare const locales: {
[lang: string]: Locale;