Fixed: Minor UI fixes

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick
2018-10-01 20:41:38 -04:00
parent d3ee856403
commit 8256314ba8
3 changed files with 4 additions and 4 deletions
@@ -88,7 +88,7 @@ class RemotePathMapping extends Component {
isOpen={this.state.isDeleteRemotePathMappingModalOpen}
kind={kinds.DANGER}
title="Delete Delay Profile"
message="Are you sure you want to delete this delay profile?"
message="Are you sure you want to delete this remote path mapping?"
confirmLabel="Delete"
onConfirm={this.onConfirmDeleteRemotePathMapping}
onCancel={this.onDeleteRemotePathMappingModalClose}