diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-10 22:48:50 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-10 22:48:50 -0400 |
| commit | f6796a99ecda17f970454a6ad966b47589969763 (patch) | |
| tree | 945cc14d46eb87dfc85202b0dd697ff39d9a7772 /locales/index.d.ts | |
| parent | extract SkWordMuteTest (diff) | |
| download | sharkey-f6796a99ecda17f970454a6ad966b47589969763.tar.gz sharkey-f6796a99ecda17f970454a6ad966b47589969763.tar.bz2 sharkey-f6796a99ecda17f970454a6ad966b47589969763.zip | |
add SkWordMuteTest to moderation control panel
Diffstat (limited to 'locales/index.d.ts')
| -rw-r--r-- | locales/index.d.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 2beb0ae454..4d9c6fb972 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -12970,11 +12970,11 @@ export interface Locale extends ILocale { "text": string; }; /** - * Test word mutes + * Test patterns */ "wordMuteTestLabel": string; /** - * Enter some text here to test your word mute patterns. The matched words, if any, will be displayed below. + * Enter some text here to test your word patterns. The matched words, if any, will be displayed below. */ "wordMuteTestDescription": string; /** @@ -12990,7 +12990,7 @@ export interface Locale extends ILocale { */ "wordMuteTestNoResults": string; /** - * Text does not match any word mutes. + * Text does not match any patterns. */ "wordMuteTestNoMatch": string; } |