From 20207790fc0ec130c9636e5ce34c2e537164e027 Mon Sep 17 00:00:00 2001 From: TheFox0x7 Date: Mon, 23 Jun 2025 17:34:28 +0200 Subject: [PATCH 1/2] correct migration tab name --- options/locale/locale_en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 78ffe1c61846f..9f20bee69c6f3 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1229,7 +1229,7 @@ migrate.migrating_issues = Migrating Issues migrate.migrating_pulls = Migrating Pull Requests migrate.cancel_migrating_title = Cancel Migration migrate.cancel_migrating_confirm = Do you want to cancel this migration? -migrating_status = Migrating status +migrating_status = Migration status mirror_from = mirror of forked_from = forked from From fa0fda495f59f92621ef9667c308bd199a6a062a Mon Sep 17 00:00:00 2001 From: TheFox0x7 Date: Mon, 23 Jun 2025 17:53:50 +0200 Subject: [PATCH 2/2] swap translation key --- options/locale/locale_en-US.ini | 2 +- templates/repo/header.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 9f20bee69c6f3..0efc9d04c25e4 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1229,7 +1229,7 @@ migrate.migrating_issues = Migrating Issues migrate.migrating_pulls = Migrating Pull Requests migrate.cancel_migrating_title = Cancel Migration migrate.cancel_migrating_confirm = Do you want to cancel this migration? -migrating_status = Migration status +migration_status = Migration status mirror_from = mirror of forked_from = forked from diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 2fbb6ba42831c..b61076ff4637e 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -230,7 +230,7 @@
{{if(and .Repository.IsBeingCreated (.Permission.CanRead ctx.Consts.RepoUnitTypeCode))}} - {{svg "octicon-clock"}} {{ctx.Locale.Tr "repo.migrating_status"}} + {{svg "octicon-clock"}} {{ctx.Locale.Tr "repo.migration_status"}} {{end}}