diff --git a/libs/sdk-ui-ext/src/internal/components/configurationControls/forecast/ForecastSection.tsx b/libs/sdk-ui-ext/src/internal/components/configurationControls/forecast/ForecastSection.tsx index 12f70a00ef6..f320e6bafb6 100644 --- a/libs/sdk-ui-ext/src/internal/components/configurationControls/forecast/ForecastSection.tsx +++ b/libs/sdk-ui-ext/src/internal/components/configurationControls/forecast/ForecastSection.tsx @@ -84,7 +84,7 @@ class ForecastSection extends React.PureComponent { /> {Boolean(slicedForecast) && ( - + diff --git a/libs/sdk-ui-ext/src/internal/translations/en-US.json b/libs/sdk-ui-ext/src/internal/translations/en-US.json index 172f1e6385d..88b19f3e718 100644 --- a/libs/sdk-ui-ext/src/internal/translations/en-US.json +++ b/libs/sdk-ui-ext/src/internal/translations/en-US.json @@ -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 },