fix missing dot and translation
authordemeritcowboy <demeritcowboy@hotmail.com>
Fri, 18 Nov 2022 22:35:06 +0000 (17:35 -0500)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Fri, 18 Nov 2022 22:35:06 +0000 (17:35 -0500)
templates/CRM/common/CMSUser.tpl

index 6ba9861666bf72f309c3cb1722c01e4eadc0a13b..de6f24407c5e91289454398cfdbd2bbe88d771f1 100644 (file)
       <legend>{ts}Account{/ts}</legend>
       <div class="messages help cms_user_help-section">
    {if !$isCMS}
-      {ts}If you would like to create an account on this site, check the box below and enter a Username{/ts}{if !empty($form.cms_pass)} {ts}and a password{/ts}.{/if}
+     {if array_key_exists('cms_pass', $form)}
+       {ts}If you would like to create an account on this site, check the box below and enter a Username and Password.{/ts}
+     {else}
+       {ts}If you would like to create an account on this site, check the box below and enter a Username.{/ts}
+     {/if}
    {else}
       {ts}Please enter a Username to create an account.{/ts}
    {/if}