Skip to content

Commit

Permalink
fix: show message when we can't visualize all required data points
Browse files Browse the repository at this point in the history
JIRA: F1-316
  • Loading branch information
hackerstanislav committed May 10, 2024
1 parent 6252cf0 commit 083eaed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class ForecastSection extends React.PureComponent<IForecastSection> {
/>

{Boolean(slicedForecast) && (
<Message type="warning" className="adi-input-warning gd-slicedForecast-message">
<Message type="progress" className="adi-input-progress gd-slicedForecast-message">
<FormattedMessage id={messages.forecastSlicedWarningTitle.id} tagName="strong" />
<FormattedMessage id={messages.forecastSlicedWarningDescription.id} tagName="div" />
</Message>
Expand Down
4 changes: 2 additions & 2 deletions libs/sdk-ui-ext/src/internal/translations/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1017,12 +1017,12 @@
"limit": 0
},
"properties.forecastSliced.title": {
"value": "Displaying partial results.",
"value": "Showing partial forecast.",
"comment": "",
"limit": 0
},
"properties.forecastSliced.description": {
"value": "Try changing the visualization settings to display all results.",
"value": "The available data point don`t cover the entire selected period.",
"comment": "",
"limit": 0
},
Expand Down

0 comments on commit 083eaed

Please sign in to comment.