From c188b557687a47026a452fe0d232762de4ff0eb7 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Thu, 9 Jul 2015 09:45:59 +0200 Subject: [PATCH] Fix typo --- indico/modules/attachments/templates/_attachments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indico/modules/attachments/templates/_attachments.html b/indico/modules/attachments/templates/_attachments.html index b8f7e43e1..9fff90483 100644 --- a/indico/modules/attachments/templates/_attachments.html +++ b/indico/modules/attachments/templates/_attachments.html @@ -27,7 +27,7 @@ data-title="{% trans name=attachment.title %}Remove {{ name }}?{% endtrans %}" data-confirm="{% trans name=attachment.title -%} Are you sure you want to remove "{{ name }}"?
- This will remove the attachment permanantly. + This will remove the attachment permanently. {%- endtrans %}"> @@ -55,7 +55,7 @@ data-title="{% trans name=folder.title %}Remove {{ name }}?{% endtrans %}" data-confirm="{% trans name=folder.title -%} Are you sure you want to remove "{{ name }}"?
- This will remove the folder and its contents permanantly. + This will remove the folder and its contents permanently. {%- endtrans %}"> -- 2.11.4.GIT