From b24ba61964610b0baa98a1c32f6d26819279b4e4 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 25 Apr 2015 12:25:50 -0600 Subject: [PATCH] Use term repeating not recurring --- templates/CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1