Skip to content

Commit

Permalink
Merge pull request #10340 from Stoob/master
Browse files Browse the repository at this point in the history
CRM-20563 change fatal error message
  • Loading branch information
eileenmcnaughton authored Jul 31, 2017
2 parents 3c49268 + 4de0cf1 commit 52186d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/common/fatal.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</style>
{/if}
<div class="messages status no-popup"> <i class="crm-i fa-exclamation-triangle crm-i-red"></i>
<span class="status-fatal">{ts}Sorry but we are not able to provide this at the moment.{/ts}</span>
<span class="status-fatal">{ts}Sorry, due to an error, we are unable to fulfill your request at the moment. You may want to contact your administrator or service provider with more details about what action you were performing when this occurred.{/ts}</span>
<div class="crm-section crm-error-message">{$message}</div>
{if $error.message && $message != $error.message}
<hr style="solid 1px" />
Expand Down

0 comments on commit 52186d7

Please sign in to comment.