mirror of https://github.com/go-gitea/gitea.git
Correct translation wrong format (#25643)
partially fix #25291 --------- Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
parent
c890454769
commit
63622f8fb6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue