diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2025-01-17 04:48:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-17 04:48:31 +0800 |
commit | 52d298890b009f719713a4d029ad11667ae20407 (patch) | |
tree | fbde659dc3095add0dbb5aa26b0b534768f6f804 /cmd | |
parent | c09e43acf5389a66f10fe08b1294c853fa05c2e7 (diff) | |
download | gitea-52d298890b009f719713a4d029ad11667ae20407.tar.gz gitea-52d298890b009f719713a4d029ad11667ae20407.zip |
Fix "stop time tracking button" on navbar (#33084) (#33300)
Backport #33084 (no conflict)
Fix #33299, and remove incorrect translations
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/migrate.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/migrate.go b/cmd/migrate.go index 4e4dd45af3..459805a76d 100644 --- a/cmd/migrate.go +++ b/cmd/migrate.go @@ -18,7 +18,7 @@ import ( var CmdMigrate = &cli.Command{ Name: "migrate", Usage: "Migrate the database", - Description: "This is a command for migrating the database, so that you can run gitea admin create-user before starting the server.", + Description: `This is a command for migrating the database, so that you can run "gitea admin create user" before starting the server.`, Action: runMigrate, } |