projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fb5b3c
)
Fix typo in CRM/Event/Page/EventInfo.tpl
author
colemanw
<coleman@civicrm.org>
Wed, 27 Aug 2014 12:33:26 +0000
(13:33 +0100)
committer
colemanw
<coleman@civicrm.org>
Wed, 27 Aug 2014 12:33:26 +0000
(13:33 +0100)
templates/CRM/Event/Page/EventInfo.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Event/Page/EventInfo.tpl
b/templates/CRM/Event/Page/EventInfo.tpl
index 80268431ec5d59e3d34cc495d81a012f471488f2..c60110a8ab25ffb171bd7dce242e738cd5330368 100644
(file)
--- a/
templates/CRM/Event/Page/EventInfo.tpl
+++ b/
templates/CRM/Event/Page/EventInfo.tpl
@@
-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}
11
Schedule 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}