From dd3e97272663e9debb1743445b6fe1504272bf54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Penido?= Date: Mon, 15 Jan 2024 19:33:50 -0300 Subject: [PATCH] fix: change requested modular-learning#176 --- src/taxonomy/import-tags/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/taxonomy/import-tags/messages.js b/src/taxonomy/import-tags/messages.js index d6be3ff476..05e4eb7388 100644 --- a/src/taxonomy/import-tags/messages.js +++ b/src/taxonomy/import-tags/messages.js @@ -36,7 +36,7 @@ const messages = defineMessages({ + 'be completely replaced by the contents of the imported file (e.g. if a tag in the current taxonomy is not ' + 'present in the imported file, it will be removed - both from the taxonomy and from any tagged course ' + 'content).' - + '{br}You may wish to download the taxonomy in its current state before importing the new file.', + + '{br}You may wish to export the taxonomy in its current state before importing the new file.', }, importWizardStepExportCSVButton: { id: 'course-authoring.import-tags.wizard.step-export.button-csv',