Skip to content

Commit

Permalink
fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Sep 7, 2023
1 parent 9ba7c0b commit 7fb90b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const DataStreamTable: React.FunctionComponent<Props> = ({
field: 'lifecycle',
name: (
<EuiToolTip
content={i18n.translate('xpack.idxMgmt.dataStreamList.table.dataRetentionColumnTitle', {
content={i18n.translate('xpack.idxMgmt.dataStreamList.table.dataRetentionColumnTooltip', {
defaultMessage:
'The minimum amount of time the data stream will be stored for. Only applicable for data streams managed by data stream lifecycle.',
})}
Expand Down

0 comments on commit 7fb90b5

Please sign in to comment.