Add unit to history cleanup days option

This commit is contained in:
Bogdan
2023-07-26 07:17:06 +03:00
parent 4b0a896434
commit bc90fa2d3f
2 changed files with 4 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ class HistoryOptions extends Component {
<FormInputGroup
type={inputTypes.NUMBER}
name="historyCleanupDays"
unit={translate('days')}
value={historyCleanupDays}
helpText={translate('HistoryCleanupDaysHelpText')}
helpTextWarning={translate('HistoryCleanupDaysHelpTextWarning')}