mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-28 01:50:12 -04:00
Replace can't with cannot
This commit is contained in:
committed by
Chris Hill-Scott
parent
3d36a99518
commit
92d3b99c7e
@@ -1,4 +1,4 @@
|
||||
{% macro tick_cross(yes, label, truthy_hint='Can', falsey_hint='Can’t') %}
|
||||
{% macro tick_cross(yes, label, truthy_hint='Can', falsey_hint='Cannot') %}
|
||||
<li>
|
||||
{% if yes %}
|
||||
<span class="tick-cross-tick">
|
||||
|
||||
Reference in New Issue
Block a user