Skip to content

Commit c71dae4

Browse files
committedAug 27, 2014
Fix typo in CRM/Event/Page/EventInfo.tpl
1 parent 5fb5b3c commit c71dae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎templates/CRM/Event/Page/EventInfo.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
href="{crmURL p='civicrm/event/manage/registration' q="reset=1&action=update&id=`$event.id`"}">{ts}Online Registration{/ts}</a>
5757
</li>
5858
{if call_user_func(array('CRM_Core_Permission','check'), 'administer CiviCRM') }
59-
<li><a title="{ts}11Schedule Reminders{/ts}"
59+
<li><a title="{ts}Schedule Reminders{/ts}"
6060
href="{crmURL p='civicrm/event/manage/reminder' q="reset=1&action=update&id=`$event.id`"}">{ts}Schedule Reminders{/ts}</a>
6161
</li>
6262
{/if}

0 commit comments

Comments
 (0)