mirror of
https://github.com/Readarr/Readarr
synced 2025-12-25 09:47:14 +01:00
Update Remote Path Mapping delete modal title
(cherry picked from commit 18716a00516a971f7f2eb369b920266bea24fe08) Closes #2588 Fixes #2587
This commit is contained in:
parent
94ff105104
commit
0560d65ea1
2 changed files with 4 additions and 2 deletions
|
|
@ -88,8 +88,8 @@ class RemotePathMapping extends Component {
|
|||
<ConfirmModal
|
||||
isOpen={this.state.isDeleteRemotePathMappingModalOpen}
|
||||
kind={kinds.DANGER}
|
||||
title={translate('DeleteDelayProfile')}
|
||||
message={translate('DeleteDelayProfileMessageText')}
|
||||
title={translate('DeleteRemotePathMapping')}
|
||||
message={translate('DeleteRemotePathMappingMessageText')}
|
||||
confirmLabel={translate('Delete')}
|
||||
onConfirm={this.onConfirmDeleteRemotePathMapping}
|
||||
onCancel={this.onDeleteRemotePathMappingModalClose}
|
||||
|
|
|
|||
|
|
@ -213,6 +213,8 @@
|
|||
"DeleteQualityProfileMessageText": "Are you sure you want to delete the quality profile '{0}'?",
|
||||
"DeleteReleaseProfile": "Delete Release Profile",
|
||||
"DeleteReleaseProfileMessageText": "Are you sure you want to delete this Release Profile?",
|
||||
"DeleteRemotePathMapping": "Delete Remote Path Mapping",
|
||||
"DeleteRemotePathMappingMessageText": "Are you sure you want to delete this remote path mapping?",
|
||||
"DeleteRootFolder": "Delete Root Folder",
|
||||
"DeleteRootFolderMessageText": "Are you sure you want to delete the root folder '{0}'?",
|
||||
"DeleteSelectedBookFiles": "Delete Selected Book Files",
|
||||
|
|
|
|||
Loading…
Reference in a new issue