From: Coleman Watts Date: Sat, 25 Apr 2015 18:25:50 +0000 (-0600) Subject: Use term repeating not recurring X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b24ba61964610b0baa98a1c32f6d26819279b4e4;p=civicrm-core.git Use term repeating not recurring --- diff --git a/templates/CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl b/templates/CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl index f29d164099..0f6d0ec53f 100644 --- a/templates/CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl +++ b/templates/CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl @@ -61,7 +61,7 @@ function cascadeChangesDialog() { CRM.confirm({ - title: "{/literal}{ts escape='js' 1=$entity_type}Update recurring %1{/ts}{literal}", + title: "{/literal}{ts escape='js' 1=$entity_type}Update repeating %1{/ts}{literal}", message: $('#recurring-dialog-tpl').html() }) .on('crmConfirm:yes', updateMode)