diff options
author | Jonas Franz <info@jonasfranz.software> | 2018-05-06 23:26:40 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-05-07 00:26:40 +0300 |
commit | c6a881e71b75a86bf6d26e02f81bb069ba06c5b2 (patch) | |
tree | b986aa4cfd60576a9d9e9bcd50bc3d5eea6bcf98 /options/locale/locale_en-US.ini | |
parent | 8685b315a21fac27a8dc0a50754aef1b5742510a (diff) | |
download | gitea-c6a881e71b75a86bf6d26e02f81bb069ba06c5b2.tar.gz gitea-c6a881e71b75a86bf6d26e02f81bb069ba06c5b2.zip |
Fix placeholder of due date form (#3906)
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 0e274fab0b..bcbb702ab6 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -743,7 +743,7 @@ issues.due_date = Due date issues.invalid_due_date_format = "Due date format is invalid, must be 'yyyy-mm-dd'." issues.error_modifying_due_date = "An error occured while modifying the due date." issues.error_removing_due_date = "An error occured while remvoing the due date." -issues.due_date_form = "Due date, format yyyy-mm-dd" +issues.due_date_form = "yyyy-mm-dd" issues.due_date_form_add = "Add due date" issues.due_date_form_update = "Update due date" issues.due_date_form_remove = "Remove due date" |