summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts6
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;
}