mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Add unit to history cleanup days option
This commit is contained in:
parent
4b0a896434
commit
bc90fa2d3f
2 changed files with 4 additions and 1 deletions
|
@ -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')}
|
||||
|
|
|
@ -556,5 +556,7 @@
|
|||
"Year": "Year",
|
||||
"Yes": "Yes",
|
||||
"YesCancel": "Yes, Cancel",
|
||||
"Yesterday": "Yesterday"
|
||||
"Yesterday": "Yesterday",
|
||||
"days": "days",
|
||||
"minutes": "minutes"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue