From bcecf257c745429e0ee12e8d3eb8cea4acc31442 Mon Sep 17 00:00:00 2001 From: Alan Jean Date: Sun, 29 Jan 2023 05:45:00 +0400 Subject: [PATCH] Fix two typos in the labelling translation file Fixes #981 --- website/public/locales/en/labelling.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/public/locales/en/labelling.json b/website/public/locales/en/labelling.json index 13582c98..e2ecc8fb 100644 --- a/website/public/locales/en/labelling.json +++ b/website/public/locales/en/labelling.json @@ -6,11 +6,11 @@ "label_message_flag_instruction": "Select any that apply to the message:", "label_message_likert_instruction": "Rate the message:", "spam.question": "Is the message spam?", - "fails_task.question": "Does the reply fail the propmpters task?", + "fails_task.question": "Does the reply fail the prompter's task?", "not_appropriate": "Not Appropriate", "pii": "Contains PII", "hate_speech": "Hate Speech", "sexual_content": "Sexual Content", "moral_judgement": "Judges Morality", - "political_content": "Politcal" + "political_content": "Political" }