'Language Mismatch' -> 'Wrong Language'

This commit is contained in:
Andreas Köpf
2023-01-30 00:28:38 +01:00
parent e61c1c0ca2
commit cef20beee6
2 changed files with 3 additions and 3 deletions
@@ -358,8 +358,8 @@ class TextLabel(str, enum.Enum):
lang_mismatch = (
"lang_mismatch",
LabelWidget.flag,
"Language mismatch",
"The message is written in language that differs from the currently selected language.",
"Wrong Language",
"The message is written in a language that differs from the currently selected language.",
)
pii = "pii", LabelWidget.flag, "Contains personal identifiable information (PII)"
not_appropriate = "not_appropriate", LabelWidget.flag, "Inappropriate"
+1 -1
View File
@@ -13,5 +13,5 @@
"sexual_content": "Sexual Content",
"moral_judgement": "Judges Morality",
"political_content": "Political",
"lang_mismatch": "Language Mismatch"
"lang_mismatch": "Wrong Language"
}