From b6c756cace492b48372adf3ca969dc8cff7c3f76 Mon Sep 17 00:00:00 2001 From: Stoob Date: Fri, 12 May 2017 09:28:26 -0700 Subject: [PATCH] CRM-20563 change fatal error message CRM-10293 and CRM-20563 --- templates/CRM/common/fatal.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/common/fatal.tpl b/templates/CRM/common/fatal.tpl index 7f04a029d5..fa87f38959 100644 --- a/templates/CRM/common/fatal.tpl +++ b/templates/CRM/common/fatal.tpl @@ -47,7 +47,7 @@ {/if}
- {ts}Sorry but we are not able to provide this at the moment.{/ts} + {ts}Sorry, due to an error, CiviCRM is unable to fulfill your request at the moment. You may want to contact your administrator or service provider with more details about when this occurred.{/ts}
{$message}
{if $error.message && $message != $error.message}
-- 2.25.1