From d3a0f804aca7975df2ba47ab27fa8f0b25f0016a Mon Sep 17 00:00:00 2001
From: Kurund Jalmi <kurund.jalmi@gmail.com>
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 3b3a65864c86..6ba9861666bf 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 *}
    <fieldset class="crm-group crm_user-group">
+      <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}