From 48127914c20b1619f848153554cb31ecee190029 Mon Sep 17 00:00:00 2001 From: PurpleSn0w <105846743+PurpleSn0w@users.noreply.github.com> Date: Fri, 2 Sep 2022 19:58:26 +1000 Subject: [PATCH] Fix: Spelling (#1259) * Fix: Spelling * Fix: Spelling Co-authored-by: Hugh --- templates/dashboard/alias_contact_manager.html | 4 ++-- templates/dashboard/alias_log.html | 4 ++-- templates/dashboard/index.html | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/dashboard/alias_contact_manager.html b/templates/dashboard/alias_contact_manager.html index 02819bd5..948564b3 100644 --- a/templates/dashboard/alias_contact_manager.html +++ b/templates/dashboard/alias_contact_manager.html @@ -177,8 +177,8 @@ No Activity in the last 14 days. Contact created {{ contact.created_at | dt }} {% endif %}
- {{ contact_info.nb_forward }} forwards, - {{ contact_info.nb_reply }} sents + {{ contact_info.nb_forward }} forwarded, + {{ contact_info.nb_reply }} sent in the last 14 days.
diff --git a/templates/dashboard/alias_log.html b/templates/dashboard/alias_log.html index 5e1ad61f..6ca8efea 100644 --- a/templates/dashboard/alias_log.html +++ b/templates/dashboard/alias_log.html @@ -23,7 +23,7 @@
-
Forwards
+
Forwarded
Last 14 days
@@ -47,7 +47,7 @@
-
Blocks
+
Blocked
Last 14 days
diff --git a/templates/dashboard/index.html b/templates/dashboard/index.html index fee25de1..8675aab1 100644 --- a/templates/dashboard/index.html +++ b/templates/dashboard/index.html @@ -49,7 +49,7 @@
-
Forwards
+
Forwarded
Last 14 days
@@ -73,7 +73,7 @@
-
Blocks
+
Blocked
Last 14 days
@@ -396,9 +396,9 @@ Alias created {{ alias.created_at | dt }}
{% endif %} - {{ alias_info.nb_forward }} forwards, - {{ alias_info.nb_blocked }} blocks, - {{ alias_info.nb_reply }} sents + {{ alias_info.nb_forward }} forwarded, + {{ alias_info.nb_blocked }} blocked, + {{ alias_info.nb_reply }} sent in the last 14 days