Update Remote Path Mapping delete modal title

This commit is contained in:
Qstick 2023-06-12 15:24:06 -04:00 committed by GitHub
parent a8d94773a1
commit 18716a0051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}