diff --git a/CRM/Core/Error.php b/CRM/Core/Error.php index d23b83d959bd..04422c42ad7c 100644 --- a/CRM/Core/Error.php +++ b/CRM/Core/Error.php @@ -358,7 +358,7 @@ function_exists($config->fatalErrorHandler) if (CRM_Utils_Array::value('snippet', $_REQUEST) === CRM_Core_Smarty::PRINT_JSON) { $out = [ 'status' => 'fatal', - 'content' => '
{ts}Are you sure you want to delete the selected Activities?{/ts}
{include file="CRM/Activity/Form/Task.tpl"}
{ts}This will remove the format from all Message Templates that use it. Do you want to continue?{/ts}
- {ts}Are you sure you want to delete this Campaign?{/ts}
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}{ts}Are you sure you want to delete this Campaign?{/ts}
|
- {ts 1=$surveyTitle}Are you sure you want to delete the %1 survey?{/ts}
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}{ts 1=$surveyTitle}Are you sure you want to delete the %1 survey?{/ts}
|