File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1229,7 +1229,7 @@ migrate.migrating_issues = Migrating Issues
1229
1229
migrate.migrating_pulls = Migrating Pull Requests
1230
1230
migrate.cancel_migrating_title = Cancel Migration
1231
1231
migrate.cancel_migrating_confirm = Do you want to cancel this migration?
1232
- migrating_status = Migrating status
1232
+ migration_status = Migration status
1233
1233
1234
1234
mirror_from = mirror of
1235
1235
forked_from = forked from
Original file line number Diff line number Diff line change 230
230
<div class="overflow-menu-items">
231
231
{{if(and .Repository.IsBeingCreated (.Permission.CanRead ctx.Consts.RepoUnitTypeCode))}}
232
232
<a class="{{if not .PageIsRepoSettings}}active {{end}}item" href="{{.RepoLink}}">
233
- {{svg "octicon-clock"}} {{ctx.Locale.Tr "repo.migrating_status "}}
233
+ {{svg "octicon-clock"}} {{ctx.Locale.Tr "repo.migration_status "}}
234
234
</a>
235
235
{{end}}
236
236
You can’t perform that action at this time.
0 commit comments