Skip to content

Commit

Permalink
'Language Mismatch' -> 'Wrong Language'
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskoepf committed Jan 29, 2023
1 parent e61c1c0 commit cef20be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions oasst-shared/oasst_shared/schemas/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ def __new__(cls, label: str, widget: LabelWidget, display_text: str = "", help_t
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"
Expand Down
2 changes: 1 addition & 1 deletion website/public/locales/en/labelling.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"sexual_content": "Sexual Content",
"moral_judgement": "Judges Morality",
"political_content": "Political",
"lang_mismatch": "Language Mismatch"
"lang_mismatch": "Wrong Language"
}

0 comments on commit cef20be

Please sign in to comment.