Skip to content
Snippets Groups Projects
Commit cb3a4390 authored by mattwire's avatar mattwire
Browse files

Make cancellation message more obvious

parent 5d793055
Branches
Tags
1 merge request!1146.4.1
......@@ -1049,7 +1049,7 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment {
switch ($context) {
case 'cancelRecurDetailText':
$text .= ' ' . E::ts('Stripe will be automatically notified and the subscription will be cancelled.');
$text .= ' <br/><strong>' . E::ts('Stripe will be automatically notified and the subscription will be cancelled.') . '</strong>';
}
return $text;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment