Skip to content

Commit 9d2c139

Browse files
Diede Kerkhofphilipsens
Diede Kerkhof
authored andcommitted
fix: change text for delete confirm message
1 parent 8ca27b4 commit 9d2c139

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

frank-flow/src/frontend/src/app/explorer/explorer.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ export class ExplorerComponent {
6464
.getModal('confirmDialog')
6565
.setData(
6666
{
67-
title: 'Are you sure',
68-
text: `Do you want to delete this file from you directory? This action cannot be undone or reverted`,
67+
title: 'Are you sure?',
68+
text: `Do you want to delete ${this.currentFile.path} from ${this.currentFile.configuration}? This action cannot be undone or reverted!`,
6969
actionFunction: this.deleteFileFunction,
7070
},
7171
true
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.confirmDialog ::ng-deep .nsm-content {
22
width: 30vw;
3+
word-wrap: break-word;
34
}

0 commit comments

Comments
 (0)