From d3a0f804aca7975df2ba47ab27fa8f0b25f0016a Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Fri, 18 Nov 2022 20:24:21 +0000 Subject: [PATCH] add legend to CMS user creation section --- templates/CRM/common/CMSUser.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/CRM/common/CMSUser.tpl b/templates/CRM/common/CMSUser.tpl index 3b3a65864c..6ba9861666 100644 --- a/templates/CRM/common/CMSUser.tpl +++ b/templates/CRM/common/CMSUser.tpl @@ -9,6 +9,7 @@ *} {if $showCMS }{*true if is_cms_user field is set *}
+ {ts}Account{/ts}
{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} -- 2.25.1