Skip to content

Commit

Permalink
chore(intepretations): improve no time dimension filter warning text
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Sep 27, 2023
1 parent 7dd3d31 commit 813b49d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 813b49d

Please sign in to comment.