From 212384506580e5ddf3e3140e50bd27e4c302d89f Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Thu, 25 Jul 2013 16:49:00 -0700 Subject: [PATCH] CRM-13100 Suggested syntax and spelling fixes. ---------------------------------------- * CRM-13100: Membership: change text when creating login account http://issues.civicrm.org/jira/browse/CRM-13100 --- templates/CRM/common/CMSUser.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/CRM/common/CMSUser.tpl b/templates/CRM/common/CMSUser.tpl index 7c8118696f..4b8d998133 100644 --- a/templates/CRM/common/CMSUser.tpl +++ b/templates/CRM/common/CMSUser.tpl @@ -27,11 +27,11 @@
{if !$isCMS} - {ts}If you would like to create an account on this site, check the box below and enter a user name{/ts}{if $form.cms_pass} {ts}and a password{/ts}.{/if} + {ts}If you would like to create an account on this site, check the box below and enter a Username{/ts}{if $form.cms_pass} {ts}and a password{/ts}.{/if} {else} - {ts}Please enter a user name to create an account.{/ts} + {ts}Please enter a Username to create an account.{/ts} {/if} - {ts 1=$loginURL}If you already have an account, please login before completing this form.{/ts} + {ts 1=$loginURL}If you already have an account please login before completing this form.{/ts}
{$form.cms_create_account.html} {$form.cms_create_account.label}
-- 2.25.1