1
0

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>
This commit is contained in:
Hazelnoot
2025-05-23 11:14:15 +00:00
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -13045,6 +13045,10 @@ export interface Locale extends ILocale {
* Text does not match any patterns.
*/
"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
*/