From a65e5f5224f138e483fde959661d8e40f3ff90ea Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 8 Aug 2014 01:22:07 +0100 Subject: [PATCH] Better default title for CRM.confirm --- js/Common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Common.js b/js/Common.js index 9d7961abef..f9f092d1ad 100644 --- a/js/Common.js +++ b/js/Common.js @@ -773,7 +773,7 @@ CRM.strings = CRM.strings || {}; */ CRM.confirm = function (options) { var dialog, settings = { - title: ts('Confirm Action'), + title: ts('Confirm'), message: ts('Are you sure you want to continue?'), width: 'auto', modal: true, -- 2.25.1