mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue