1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Fixed: Bad Translation on Restrictions Modal

This commit is contained in:
Qstick 2020-11-26 22:22:22 -05:00
parent 5182ac2a13
commit 082a0679d2
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ function EditRestrictionModalContent(props) {
<FormInputGroup <FormInputGroup
type={inputTypes.TEXT_TAG} type={inputTypes.TEXT_TAG}
name="required" name="required"
helpText={translate('RequiredHelpText')} helpText={translate('RequiredRestrictionHelpText')}
kind={kinds.SUCCESS} kind={kinds.SUCCESS}
placeholder={translate('RequiredRestrictionPlaceHolder')} placeholder={translate('RequiredRestrictionPlaceHolder')}
{...required} {...required}

View File

@ -773,8 +773,8 @@
"ReplaceWithSpaceDashSpace": "Replace with Space Dash Space", "ReplaceWithSpaceDashSpace": "Replace with Space Dash Space",
"Required": "Required", "Required": "Required",
"RequiredHelpText": "This {0} condition must match for the custom format to apply. Otherwise a single {1} match is sufficient.", "RequiredHelpText": "This {0} condition must match for the custom format to apply. Otherwise a single {1} match is sufficient.",
"RequiredPlaceHolder": "Add new restriction", "RequiredRestrictionHelpText": "The release must contain at least one of these terms (case insensitive)",
"RequiredRestrictionPlaceHolder": "The release must contain at least one of these terms (case insensitive)", "RequiredRestrictionPlaceHolder": "Add new restriction",
"RescanAfterRefreshHelpText": "Rescan the movie folder after refreshing the movie", "RescanAfterRefreshHelpText": "Rescan the movie folder after refreshing the movie",
"RescanAfterRefreshHelpTextWarning": "Radarr will not automatically detect changes to files when not set to 'Always'", "RescanAfterRefreshHelpTextWarning": "Radarr will not automatically detect changes to files when not set to 'Always'",
"RescanMovieFolderAfterRefresh": "Rescan Movie Folder after Refresh", "RescanMovieFolderAfterRefresh": "Rescan Movie Folder after Refresh",