diff options
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 182cf03284..6217a08425 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13233,6 +13233,10 @@ export interface Locale extends ILocale { * Enabled (copy CW and prepend "RE:") */ "keepCwPrependRe": string; + /** + * Note controls + */ + "noteFooterLabel": string; } declare const locales: { [lang: string]: Locale; |