mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-24 22:36:19 -04:00
Update Remote Path Mapping delete modal title
This commit is contained in:
@@ -87,7 +87,7 @@ class RemotePathMapping extends Component {
|
||||
<ConfirmModal
|
||||
isOpen={this.state.isDeleteRemotePathMappingModalOpen}
|
||||
kind={kinds.DANGER}
|
||||
title="Delete Delay Profile"
|
||||
title="Delete Remote Path Mapping"
|
||||
message="Are you sure you want to delete this remote path mapping?"
|
||||
confirmLabel="Delete"
|
||||
onConfirm={this.onConfirmDeleteRemotePathMapping}
|
||||
|
||||
Reference in New Issue
Block a user