Skip to content

Commit

Permalink
TOS 681 - The display text in the "Delete" Warning message popup is i…
Browse files Browse the repository at this point in the history
…nappropriate in Test Case Details Page
  • Loading branch information
akash-nixon committed Sep 1, 2022
1 parent 725a391 commit 656b15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/components/cases/test-case-details.component.ts
Expand Up @@ -125,6 +125,7 @@ export class TestCaseDetailsComponent extends BaseComponent implements OnInit {
item: 'test case',
name: this.testCase.name,
note: this.translate.instant('message.common.confirmation.test_data_des', {Item:'test case'}),
confirmation: permanently ? this.translate.instant("message.common.confirmation.note") : this.translate.instant("message.common.confirmation.note_trash"),
},
panelClass: ['matDialog', 'delete-confirm']
});
Expand Down
1 change: 1 addition & 0 deletions ui/src/assets/i18n/en.json
Expand Up @@ -104,6 +104,7 @@
"message.common.confirmation.default_change": "Are you sure to change this?",
"message.common.confirmation.title": "Delete Confirmation",
"message.common.confirmation.note": "You cannot undo this action!",
"message.common.confirmation.note_trash": "You can always restore the deleted test cases back from Trash!",
"message.common.createdDate": "Created Date",
"message.common.updatedDate": "Updated Date",
"message.common.clear": "Clear",
Expand Down

0 comments on commit 656b15d

Please sign in to comment.