Fix capitalization in ACL form
authorcolemanw <coleman@civicrm.org>
Mon, 19 Jun 2023 00:28:44 +0000 (20:28 -0400)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2023 00:28:44 +0000 (20:28 -0400)
templates/CRM/ACL/Page/ACL.tpl

index 5d8e168b3f5cf7013b9b0cfda9e371b6ba54601e..f5b54b9c260eff5f54c66d743202e959824e94b6 100644 (file)
@@ -43,7 +43,7 @@
                 <td class="crm-acl-object" >{$row.object}</td>
                 <td class="crm-acl-name crm-editable" data-field="name">{$row.name}</td>
                 <td class="crm-acl-is_active" id="row_{$aclID}_status">{if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
-                <td class="crm-acl-deny" id="row_{$aclID}_deny">{if $row.deny eq 1} {ts}Deny{/ts} {else} {ts}allow{/ts} {/if}</td>
+                <td class="crm-acl-deny" id="row_{$aclID}_deny">{if $row.deny}{ts}Deny{/ts}{else}{ts}Allow{/ts}{/if}</td>
                 <td>{$row.action|replace:'xx':$aclID}</td>
               </tr>
             {/foreach}