mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Update Remote Path Mapping delete modal title
(cherry picked from commit 18716a00516a971f7f2eb369b920266bea24fe08) Closes #3787
This commit is contained in:
parent
866bb4cf79
commit
447aa837b1
2 changed files with 4 additions and 2 deletions
|
@ -88,8 +88,8 @@ class RemotePathMapping extends Component {
|
||||||
<ConfirmModal
|
<ConfirmModal
|
||||||
isOpen={this.state.isDeleteRemotePathMappingModalOpen}
|
isOpen={this.state.isDeleteRemotePathMappingModalOpen}
|
||||||
kind={kinds.DANGER}
|
kind={kinds.DANGER}
|
||||||
title={translate('DeleteDelayProfile')}
|
title={translate('DeleteRemotePathMapping')}
|
||||||
message={translate('DeleteDelayProfileMessageText')}
|
message={translate('DeleteRemotePathMappingMessageText')}
|
||||||
confirmLabel={translate('Delete')}
|
confirmLabel={translate('Delete')}
|
||||||
onConfirm={this.onConfirmDeleteRemotePathMapping}
|
onConfirm={this.onConfirmDeleteRemotePathMapping}
|
||||||
onCancel={this.onDeleteRemotePathMappingModalClose}
|
onCancel={this.onDeleteRemotePathMappingModalClose}
|
||||||
|
|
|
@ -217,6 +217,8 @@
|
||||||
"DeleteQualityProfileMessageText": "Are you sure you want to delete the quality profile '{0}'?",
|
"DeleteQualityProfileMessageText": "Are you sure you want to delete the quality profile '{0}'?",
|
||||||
"DeleteReleaseProfile": "Delete ReleaseProfile",
|
"DeleteReleaseProfile": "Delete ReleaseProfile",
|
||||||
"DeleteReleaseProfileMessageText": "Are you sure you want to delete this releaseProfile?",
|
"DeleteReleaseProfileMessageText": "Are you sure you want to delete this releaseProfile?",
|
||||||
|
"DeleteRemotePathMapping": "Delete Remote Path Mapping",
|
||||||
|
"DeleteRemotePathMappingMessageText": "Are you sure you want to delete this remote path mapping?",
|
||||||
"DeleteRootFolder": "Delete Root Folder",
|
"DeleteRootFolder": "Delete Root Folder",
|
||||||
"DeleteRootFolderMessageText": "Are you sure you want to delete the root folder '{0}'?",
|
"DeleteRootFolderMessageText": "Are you sure you want to delete the root folder '{0}'?",
|
||||||
"DeleteSelected": "Delete Selected",
|
"DeleteSelected": "Delete Selected",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue