Skip to content

Commit

Permalink
fixing i18n on cache string (#8455) (#8458)
Browse files Browse the repository at this point in the history
(cherry picked from commit db7d354)

Signed-off-by: Sean Li <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent d3a6c95 commit ebbf7da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ export const DatasetExplorer = ({
<EuiText size="s">
<FormattedMessage
id="data.explorer.datasetSelector.advancedSelector.lastUpdatedTime"
defaultMessage={'Last updated at: {timestamp}. '}
defaultMessage="Last updated at: {timestamp}."
values={{
timestamp: moment(queryString.getDatasetService().getLastCacheTime())
.format(uiSettings.get('dateFormat'))
.toString(),
}}
/>
/>{' '}
</EuiText>
</EuiFlexItem>
<EuiFlexItem grow={false}>
Expand Down

0 comments on commit ebbf7da

Please sign in to comment.