From cef20beee60a0fe6b82ee4c0ca16c46eb47463d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6pf?= Date: Mon, 30 Jan 2023 00:28:38 +0100 Subject: [PATCH] 'Language Mismatch' -> 'Wrong Language' --- oasst-shared/oasst_shared/schemas/protocol.py | 4 ++-- website/public/locales/en/labelling.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oasst-shared/oasst_shared/schemas/protocol.py b/oasst-shared/oasst_shared/schemas/protocol.py index f69d254a50..93d533a678 100644 --- a/oasst-shared/oasst_shared/schemas/protocol.py +++ b/oasst-shared/oasst_shared/schemas/protocol.py @@ -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" diff --git a/website/public/locales/en/labelling.json b/website/public/locales/en/labelling.json index 9f1179e86d..3631857cf6 100644 --- a/website/public/locales/en/labelling.json +++ b/website/public/locales/en/labelling.json @@ -13,5 +13,5 @@ "sexual_content": "Sexual Content", "moral_judgement": "Judges Morality", "political_content": "Political", - "lang_mismatch": "Language Mismatch" + "lang_mismatch": "Wrong Language" }