From 66b5d2ccc7d9c6145120ac0c77f12a041ec599fd Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 5 Feb 2019 15:33:34 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=98Change=E2=80=99,=20don=E2=80=99t=20?= =?UTF-8?q?=E2=80=98Edit=E2=80=99=20postage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Edit is more suitable for extended bits of text. Change is better for something constrained or where there are only discrete choices available. --- app/templates/views/templates/_template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/templates/_template.html b/app/templates/views/templates/_template.html index e99b1ec39..6caed5ead 100644 --- a/app/templates/views/templates/_template.html +++ b/app/templates/views/templates/_template.html @@ -48,7 +48,7 @@
{% if current_user.has_permissions('manage_templates') and template.template_type == 'letter' %} - Edit + Change Edit Edit {% endif %}