diff options
author | Yarden Shoham <git@yardenshoham.com> | 2023-04-12 09:29:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 02:29:49 -0400 |
commit | 97176754beb4de23fa0f68df715c4737919c93b0 (patch) | |
tree | daa2bba8a913fb607d567dffeac7795c3284a0ff /options | |
parent | 8aada1849f949d0c7f023f11061cacc957e0df8f (diff) | |
download | gitea-97176754beb4de23fa0f68df715c4737919c93b0.tar.gz gitea-97176754beb4de23fa0f68df715c4737919c93b0.zip |
Localize milestone related time strings (#24051)
- With #23988 in place, we can improve these timestamps
---------
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'options')
-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 0a10b70d9d..cf3208b5bd 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1710,7 +1710,7 @@ pulls.delete.text = Do you really want to delete this pull request? (This will p milestones.new = New Milestone milestones.closed = Closed %s -milestones.update_ago = Updated %s ago +milestones.updated = Updated milestones.no_due_date = No due date milestones.open = Open milestones.close = Close |