Skip to content

Commit

Permalink
chore: update warning text
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Sep 25, 2023
1 parent c1fa836 commit 807d7a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Visualization/Visualization.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,12 @@ export const Visualization = ({
>
<NoticeBox
warning
title={i18n.t('Unable to show data snapshot')}
title={i18n.t(
'Interpretation has no time dimension'
)}
>
{i18n.t(
'The table below could contain data which was not available when the interpretation was written.'
'This line list may show data that was not available when the interpretation was written.'
)}
</NoticeBox>
</div>
Expand Down

0 comments on commit 807d7a5

Please sign in to comment.