mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Another translation update
This commit is contained in:
@@ -121,12 +121,12 @@ function EditImportListModalContent(props) {
|
||||
{
|
||||
shouldMonitor &&
|
||||
<FormGroup>
|
||||
<FormLabel>Search on Add</FormLabel>
|
||||
<FormLabel>{translate('SearchOnAdd')}</FormLabel>
|
||||
|
||||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
name="searchOnAdd"
|
||||
helpText="Search for movies on this list when added to Radarr"
|
||||
helpText={translate('SearchOnAddHelpText')}
|
||||
{...searchOnAdd}
|
||||
onChange={onInputChange}
|
||||
/>
|
||||
|
||||
@@ -107,7 +107,7 @@ class ImportList extends Component {
|
||||
isOpen={this.state.isDeleteImportListModalOpen}
|
||||
kind={kinds.DANGER}
|
||||
title={translate('DeleteList')}
|
||||
message={`Are you sure you want to delete the list '${name}'?`}
|
||||
message={translate('DeleteListMessageText', [name])}
|
||||
confirmLabel={translate('Delete')}
|
||||
onConfirm={this.onConfirmDeleteImportList}
|
||||
onCancel={this.onDeleteImportListModalClose}
|
||||
|
||||
Reference in New Issue
Block a user