Skip to content

Commit

Permalink
[Discover] Update time range 'loading...' to 'Loading'
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Nov 30, 2022
1 parent b69f071 commit b5742b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('useTimeRange', () => {
})
);
expect(result.current.timeRangeText).toMatchInlineSnapshot(
`"2022-11-17T00:00:00.000Z - 2022-11-17T12:00:00.000Z (interval: Auto - loading...)"`
`"2022-11-17T00:00:00.000Z - 2022-11-17T12:00:00.000Z (interval: Auto - Loading)"`
);
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const useTimeRange = ({
}${
bucketInterval?.description ??
i18n.translate('unifiedHistogram.histogramTimeRangeIntervalLoading', {
defaultMessage: 'loading...',
defaultMessage: 'Loading',
})
}`,
},
Expand Down

0 comments on commit b5742b6

Please sign in to comment.