add hint about bubble timeline roles
This commit is contained in:
Vendored
+4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user