From e7ae818fd55e26c375a7db2eb243bfa1ec7e18e2 Mon Sep 17 00:00:00 2001 From: eli Date: Wed, 2 Jan 2019 12:01:27 +0300 Subject: [PATCH] Fix #3050 --- app/global-translations/locale-en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/global-translations/locale-en.json b/app/global-translations/locale-en.json index 2e3d8e74..8059ebe1 100644 --- a/app/global-translations/locale-en.json +++ b/app/global-translations/locale-en.json @@ -27,8 +27,8 @@ "label.heading.accnum": "Account #", "label.heading.staff": "Staff", "label.heading.office": "Office", - "label.heading.delete": "Delete?", - "label.heading.reject": "Reject", + "label.heading.delete": "Confirm Delete?", + "label.heading.reject": "Confirm Reject?", "label.heading.deleterole": "Delete Role", "label.heading.disablerole": "Disable Role", "label.heading.disabled": "Disabled", @@ -48,7 +48,7 @@ "label.heading.savingaccount": "Saving Account", "label.heading.description": "Description", "label.heading.shortname": "Short name", - "label.heading.approve": "Approve?", + "label.heading.approve": "Confirm Approve?", "label.heading.actions": "Actions", "label.heading.loanaccoverview": "Loan Account Overview", "label.heading.upcomingcharges": "Upcoming Charges",