From 3d3bb8fc9489e2ff0453024139c1115f964d117a Mon Sep 17 00:00:00 2001 From: ErikKalkoken Date: Tue, 3 Mar 2020 13:53:55 +0100 Subject: [PATCH] fix broken translation strings --- .../templates/registration/password_reset_email.html | 2 +- .../fatlinkpersonalmonthlystatisticsview.html | 4 ++-- allianceauth/srp/templates/srp/data.html | 7 +++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/allianceauth/authentication/templates/registration/password_reset_email.html b/allianceauth/authentication/templates/registration/password_reset_email.html index 1b3d2c05..6d66e74f 100644 --- a/allianceauth/authentication/templates/registration/password_reset_email.html +++ b/allianceauth/authentication/templates/registration/password_reset_email.html @@ -1,5 +1,5 @@ {% load i18n %}{% autoescape off %} - {% blocktrans %}You're receiving this email because you requested a password reset for your + {% blocktrans trimmed %}You're receiving this email because you requested a password reset for your user account.{% endblocktrans %} {% trans "Please go to the following page and choose a new password:" %} diff --git a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html index 98d8c01c..ad389ca4 100644 --- a/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html +++ b/allianceauth/fleetactivitytracking/templates/fleetactivitytracking/fatlinkpersonalmonthlystatisticsview.html @@ -16,7 +16,7 @@ {% endif %}

- {% blocktrans count links=n_fats %} + {% blocktrans count links=n_fats trimmed %} {{ user }} has collected one link this month. {% plural %} {{ user }} has collected {{ links }} links this month. @@ -36,7 +36,7 @@ {% if created_fats %}

- {% blocktrans count links=n_created_fats %} + {% blocktrans count links=n_created_fats trimmed %} {{ user }} has created one link this month. {% plural %} {{ user }} has created {{ links }} links this month. diff --git a/allianceauth/srp/templates/srp/data.html b/allianceauth/srp/templates/srp/data.html index 074f4b0f..4ef0d8ae 100644 --- a/allianceauth/srp/templates/srp/data.html +++ b/allianceauth/srp/templates/srp/data.html @@ -90,10 +90,9 @@ {% trans "Ship Type" %} {% trans "Killboard Loss Amt" %} {% trans "SRP ISK Cost" %} - {% blocktrans %}{% endblocktrans %} + {% trans "Post Time" %} {% trans "Status" %} {% if perms.auth.srp_management %}