chore: update translation tour modal title

This commit is contained in:
Leangseu Kim
2024-04-15 09:33:33 -04:00
parent 78e5c57bd3
commit 2347ce88cd

View File

@@ -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: {