diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-23 11:14:15 +0000 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-23 11:14:15 +0000 |
| commit | 639556201a5b37c02f2e9140259a033d496d92f7 (patch) | |
| tree | 103e09d890a0778162091f55b4288b80b02545e8 /locales/index.d.ts | |
| parent | merge: Skip preview for recursive links (!1039) (diff) | |
| parent | clarify word mute warning (diff) | |
| download | sharkey-639556201a5b37c02f2e9140259a033d496d92f7.tar.gz sharkey-639556201a5b37c02f2e9140259a033d496d92f7.tar.bz2 sharkey-639556201a5b37c02f2e9140259a033d496d92f7.zip | |
merge: Add warning banner about word mute limitations (resolves #784) (!1017)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1017
Closes #784
Approved-by: Marie <github@yuugi.dev>
Approved-by: dakkar <dakkar@thenautilus.net>
Diffstat (limited to 'locales/index.d.ts')
| -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; |