From 813b49dc72a3ef8787011ed04301a75102d39670 Mon Sep 17 00:00:00 2001 From: HendrikThePendric Date: Wed, 27 Sep 2023 16:15:50 +0200 Subject: [PATCH] chore(intepretations): improve no time dimension filter warning text --- i18n/en.pot | 12 ++++-------- .../InterpretationsUnit/InterpretationForm.js | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/i18n/en.pot b/i18n/en.pot index 0b0491726..bfd246658 100644 --- a/i18n/en.pot +++ b/i18n/en.pot @@ -5,8 +5,8 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -"POT-Creation-Date: 2023-09-11T13:40:55.317Z\n" -"PO-Revision-Date: 2023-09-11T13:40:55.317Z\n" +"POT-Creation-Date: 2023-09-27T14:15:13.876Z\n" +"PO-Revision-Date: 2023-09-27T14:15:13.876Z\n" msgid "view only" msgstr "view only" @@ -374,12 +374,8 @@ msgstr "Hide interpretation" msgid "Write an interpretation" msgstr "Write an interpretation" -msgid "" -"Visualization has no time dimension. Other people viewing interpretations " -"in the future may see more data." -msgstr "" -"Visualization has no time dimension. Other people viewing interpretations " -"in the future may see more data." +msgid "Other people viewing this interpretation in the future may see more data." +msgstr "Other people viewing this interpretation in the future may see more data." msgid "Post interpretation" msgstr "Post interpretation" diff --git a/src/components/Interpretations/InterpretationsUnit/InterpretationForm.js b/src/components/Interpretations/InterpretationsUnit/InterpretationForm.js index ac3167109..2b7e9d02c 100644 --- a/src/components/Interpretations/InterpretationsUnit/InterpretationForm.js +++ b/src/components/Interpretations/InterpretationsUnit/InterpretationForm.js @@ -55,7 +55,7 @@ export const InterpretationForm = ({ helpText={ showNoTimeDimensionHelpText ? i18n.t( - 'Visualization has no time dimension. Other people viewing interpretations in the future may see more data.' + 'Other people viewing this interpretation in the future may see more data.' ) : undefined }