summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-05-23 11:14:15 +0000
committerHazelnoot <acomputerdog@gmail.com>2025-05-23 11:14:15 +0000
commit639556201a5b37c02f2e9140259a033d496d92f7 (patch)
tree103e09d890a0778162091f55b4288b80b02545e8 /locales
parentmerge: Skip preview for recursive links (!1039) (diff)
parentclarify word mute warning (diff)
downloadsharkey-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')
-rw-r--r--locales/index.d.ts4
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;