Fix typo in CRM/Event/Page/EventInfo.tpl
authorcolemanw <coleman@civicrm.org>
Wed, 27 Aug 2014 12:33:26 +0000 (13:33 +0100)
committercolemanw <coleman@civicrm.org>
Wed, 27 Aug 2014 12:33:26 +0000 (13:33 +0100)
templates/CRM/Event/Page/EventInfo.tpl

index 80268431ec5d59e3d34cc495d81a012f471488f2..c60110a8ab25ffb171bd7dce242e738cd5330368 100644 (file)
@@ -56,7 +56,7 @@
                    href="{crmURL p='civicrm/event/manage/registration' q="reset=1&action=update&id=`$event.id`"}">{ts}Online Registration{/ts}</a>
             </li>
             {if call_user_func(array('CRM_Core_Permission','check'), 'administer CiviCRM') }
-              <li><a title="{ts}11Schedule Reminders{/ts}"
+              <li><a title="{ts}Schedule Reminders{/ts}"
                      href="{crmURL p='civicrm/event/manage/reminder' q="reset=1&action=update&id=`$event.id`"}">{ts}Schedule Reminders{/ts}</a>
               </li>
             {/if}