From f6b845d1cc507ee291a233adc64c806cd622f6de Mon Sep 17 00:00:00 2001 From: colemanw Date: Sun, 18 Jun 2023 20:28:44 -0400 Subject: [PATCH] Fix capitalization in ACL form --- templates/CRM/ACL/Page/ACL.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/ACL/Page/ACL.tpl b/templates/CRM/ACL/Page/ACL.tpl index 5d8e168b3f..f5b54b9c26 100644 --- a/templates/CRM/ACL/Page/ACL.tpl +++ b/templates/CRM/ACL/Page/ACL.tpl @@ -43,7 +43,7 @@ {$row.object} {$row.name} {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} - {if $row.deny eq 1} {ts}Deny{/ts} {else} {ts}allow{/ts} {/if} + {if $row.deny}{ts}Deny{/ts}{else}{ts}Allow{/ts}{/if} {$row.action|replace:'xx':$aclID} {/foreach} -- 2.25.1