aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale/locale_en-US.ini
diff options
context:
space:
mode:
authorLucas Azevedo <lhs_azevedo@hotmail.com>2022-07-19 09:30:55 -0300
committerGitHub <noreply@github.com>2022-07-19 14:30:55 +0200
commite519249266cb69065b65f59477afa36f240b28cf (patch)
tree07968db2a53a63c148ee5cb94a03a9ad0fe64a62 /options/locale/locale_en-US.ini
parentd6779c7ad3639d6af0c4454a9c22abf21d608922 (diff)
downloadgitea-e519249266cb69065b65f59477afa36f240b28cf.tar.gz
gitea-e519249266cb69065b65f59477afa36f240b28cf.zip
Fix modified due date message (#20388)
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 167d2cc1f2..566a7bd167 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1420,7 +1420,7 @@ issues.due_date_form_remove = "Remove"
issues.due_date_not_writer = "You need repository write access to update an issue's due date."
issues.due_date_not_set = "No due date set."
issues.due_date_added = "added the due date %s %s"
-issues.due_date_modified = "modified the due date to %s from %s %s"
+issues.due_date_modified = "modified the due date from %[2]s to %[1]s %[3]s"
issues.due_date_remove = "removed the due date %s %s"
issues.due_date_overdue = "Overdue"
issues.due_date_invalid = "The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'."