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:
Joanna 2024-04-17 12:54:37 +02:00 committed by GitHub
parent bbae4af935
commit 65951c40c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ export const AutoRefreshIntervals = ({
label={t('dashboard-settings.general.auto-refresh-label', 'Auto refresh')} label={t('dashboard-settings.general.auto-refresh-label', 'Auto refresh')}
description={t( description={t(
'dashboard-settings.general.auto-refresh-description', '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} error={invalidIntervalsMessage}
invalid={!!invalidIntervalsMessage} invalid={!!invalidIntervalsMessage}