mirror of
https://github.com/go-gitea/gitea
synced 2025-07-28 05:08:37 +00:00
correct migration tab name (#34826)
Previous version reads like we're migrating some kind of status instead of what it is - status of the migration.
This commit is contained in:
@@ -230,7 +230,7 @@
|
||||
<div class="overflow-menu-items">
|
||||
{{if(and .Repository.IsBeingCreated (.Permission.CanRead ctx.Consts.RepoUnitTypeCode))}}
|
||||
<a class="{{if not .PageIsRepoSettings}}active {{end}}item" href="{{.RepoLink}}">
|
||||
{{svg "octicon-clock"}} {{ctx.Locale.Tr "repo.migrating_status"}}
|
||||
{{svg "octicon-clock"}} {{ctx.Locale.Tr "repo.migration_status"}}
|
||||
</a>
|
||||
{{end}}
|
||||
|
||||
|
Reference in New Issue
Block a user