Dashboard: Fix A11y in AutoRefresh input field (#86058)
Dashboard: Fix issue with providing clear instructions for data format in Auto Refresh input field
This commit is contained in:
@@ -62,7 +62,7 @@ export const AutoRefreshIntervals = ({
|
||||
label={t('dashboard-settings.general.auto-refresh-label', 'Auto refresh')}
|
||||
description={t(
|
||||
'dashboard-settings.general.auto-refresh-description',
|
||||
'Define the auto refresh intervals that should be available in the auto refresh list.'
|
||||
"Define the auto refresh intervals that should be available in the auto refresh list. Use the format '5s' for seconds, '1m' for minutes, '1h' for hours, and '1d' for days (e.g.: '5s,10s,30s,1m,5m,15m,30m,1h,2h,1d')."
|
||||
)}
|
||||
error={invalidIntervalsMessage}
|
||||
invalid={!!invalidIntervalsMessage}
|
||||
|
||||
Reference in New Issue
Block a user