From 2347ce88cd311781a8e7c678d0343a665b14cd1b Mon Sep 17 00:00:00 2001 From: Leangseu Kim <83240113+leangseu-edx@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:33:33 -0400 Subject: [PATCH] chore: update translation tour modal title --- plugins/UnitTranslationPlugin/translation-selection/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UnitTranslationPlugin/translation-selection/messages.js b/plugins/UnitTranslationPlugin/translation-selection/messages.js index 9ba69492..8965da28 100644 --- a/plugins/UnitTranslationPlugin/translation-selection/messages.js +++ b/plugins/UnitTranslationPlugin/translation-selection/messages.js @@ -3,7 +3,7 @@ import { defineMessages } from '@edx/frontend-platform/i18n'; const messages = defineMessages({ translationTourModalTitle: { id: 'translationSelection.translationTourModalTitle', - defaultMessage: 'This is a standard modal dialog', + defaultMessage: 'New translation feature!', description: 'Title for the translation modal.', }, translationTourModalBody: {