mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
'Language Mismatch' -> 'Wrong Language'
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -13,5 +13,5 @@
|
||||
"sexual_content": "Sexual Content",
|
||||
"moral_judgement": "Judges Morality",
|
||||
"political_content": "Political",
|
||||
"lang_mismatch": "Language Mismatch"
|
||||
"lang_mismatch": "Wrong Language"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user