Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,13 @@
"A technical error has occurred"
],
"buttonText": "OK",
"title": "Error"
"title": "Error",
"navigation-popup": {
"title": "Confirmation",
"message": "Are you sure you want to navigate away from this page? Any unsaved data will be lost.",
"yesBtnTxt": "Leave",
"noBtnTxt": "Stay"
}
},
"masterData": {
"master-data": "Master Data",
Expand Down
Loading