mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
Rename 'On Import' to 'On File Import' and 'On Upgrade' to 'On File Upgrade'
Closes #10164
This commit is contained in:
parent
d99a7e9b8a
commit
aadefbe3b0
3 changed files with 6 additions and 6 deletions
|
@ -105,7 +105,7 @@ class Notification extends Component {
|
|||
{
|
||||
supportsOnDownload && onDownload ?
|
||||
<Label kind={kinds.SUCCESS}>
|
||||
{translate('OnImport')}
|
||||
{translate('OnFileImport')}
|
||||
</Label> :
|
||||
null
|
||||
}
|
||||
|
@ -113,7 +113,7 @@ class Notification extends Component {
|
|||
{
|
||||
supportsOnUpgrade && onDownload && onUpgrade ?
|
||||
<Label kind={kinds.SUCCESS}>
|
||||
{translate('OnUpgrade')}
|
||||
{translate('OnFileUpgrade')}
|
||||
</Label> :
|
||||
null
|
||||
}
|
||||
|
|
|
@ -66,7 +66,7 @@ function NotificationEventItems(props) {
|
|||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
name="onDownload"
|
||||
helpText={translate('OnImport')}
|
||||
helpText={translate('OnFileImport')}
|
||||
isDisabled={!supportsOnDownload.value}
|
||||
{...onDownload}
|
||||
onChange={onInputChange}
|
||||
|
@ -79,7 +79,7 @@ function NotificationEventItems(props) {
|
|||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
name="onUpgrade"
|
||||
helpText={translate('OnUpgrade')}
|
||||
helpText={translate('OnFileUpgrade')}
|
||||
isDisabled={!supportsOnUpgrade.value}
|
||||
{...onUpgrade}
|
||||
onChange={onInputChange}
|
||||
|
|
|
@ -1247,10 +1247,11 @@
|
|||
"Ok": "Ok",
|
||||
"OnApplicationUpdate": "On Application Update",
|
||||
"OnExcludedList": "On Excluded List",
|
||||
"OnFileImport": "On File Import",
|
||||
"OnFileUpgrade": "On File Upgrade",
|
||||
"OnGrab": "On Grab",
|
||||
"OnHealthIssue": "On Health Issue",
|
||||
"OnHealthRestored": "On Health Restored",
|
||||
"OnImport": "On Import",
|
||||
"OnLatestVersion": "The latest version of {appName} is already installed",
|
||||
"OnManualInteractionRequired": "On Manual Interaction Required",
|
||||
"OnManualInteractionRequiredHelpText": "On Manual Interaction Required",
|
||||
|
@ -1259,7 +1260,6 @@
|
|||
"OnMovieFileDelete": "On Movie File Delete",
|
||||
"OnMovieFileDeleteForUpgrade": "On Movie File Delete For Upgrade",
|
||||
"OnRename": "On Rename",
|
||||
"OnUpgrade": "On Upgrade",
|
||||
"OneMinute": "1 Minute",
|
||||
"OnlyTorrent": "Only Torrent",
|
||||
"OnlyUsenet": "Only Usenet",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue