Skip to content

Commit 840ee8b

Browse files
authored
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.
1 parent 327048c commit 840ee8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ migrate.migrating_issues = Migrating Issues
12291229
migrate.migrating_pulls = Migrating Pull Requests
12301230
migrate.cancel_migrating_title = Cancel Migration
12311231
migrate.cancel_migrating_confirm = Do you want to cancel this migration?
1232-
migrating_status = Migrating status
1232+
migration_status = Migration status
12331233
12341234
mirror_from = mirror of
12351235
forked_from = forked from

templates/repo/header.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<div class="overflow-menu-items">
231231
{{if(and .Repository.IsBeingCreated (.Permission.CanRead ctx.Consts.RepoUnitTypeCode))}}
232232
<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"}}
234234
</a>
235235
{{end}}
236236

0 commit comments

Comments
 (0)