diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-07-04 03:33:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-03 19:33:45 +0000 |
commit | 63622f8fb6457411e8dc348b80a31d6fcfb13378 (patch) | |
tree | 788fd7c12e320bbf6e04afa27df22385f9176363 /options | |
parent | c890454769562e0ec2978e123aaf3d9a43e5ef4f (diff) | |
download | gitea-63622f8fb6457411e8dc348b80a31d6fcfb13378.tar.gz gitea-63622f8fb6457411e8dc348b80a31d6fcfb13378.zip |
Correct translation wrong format (#25643)
partially fix #25291
---------
Co-authored-by: Lauris BH <lauris@nix.lv>
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 ff59fbc96f..6d0f29eddb 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2650,7 +2650,7 @@ dashboard.task.finished=Task: %[1]s started by %[2]s has finished dashboard.task.unknown=Unknown task: %[1]s dashboard.cron.started=Started Cron: %[1]s dashboard.cron.process=Cron: %[1]s -dashboard.cron.cancelled=Cron: %s cancelled: %[3]s +dashboard.cron.cancelled=Cron: %[1]s cancelled: %[3]s dashboard.cron.error=Error in Cron: %s: %[3]s dashboard.cron.finished=Cron: %[1]s has finished dashboard.delete_inactive_accounts = Delete all unactivated accounts |