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 e10511db05..b84f39b04d 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13046,6 +13046,10 @@ export interface Locale extends ILocale { */ "wordMuteTestNoMatch": string; /** + * All word mutes are *case-sensitive* and match on any substring, including part of a longer word or name. You can use regular expressions for more precise control. + */ + "wordMuteWarning": string; + /** * Bubble timeline */ "bubbleTimeline": string; |