diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue
index 83ccc91c06..8f0cb2290c 100644
--- a/app/components/AppHeader.vue
+++ b/app/components/AppHeader.vue
@@ -243,16 +243,18 @@ onKeyStroke(
{{ env === 'release' ? 'alpha' : env }}
-
-
- PR #{{ prNumber }}
-
-
+
+
+
+ PR #{{ prNumber }}
+
+
+
diff --git a/i18n/locales/en.json b/i18n/locales/en.json
index d7ba5a56c6..a081206e14 100644
--- a/i18n/locales/en.json
+++ b/i18n/locales/en.json
@@ -1057,7 +1057,8 @@
"error": "Failed to load organizations",
"empty": "No organizations found",
"view_all": "View all"
- }
+ },
+ "pr": "Open GitHub pull request #{prNumber}"
},
"compare": {
"packages": {
diff --git a/i18n/locales/zh-CN.json b/i18n/locales/zh-CN.json
index 3ccc2b90ee..c60f0c7060 100644
--- a/i18n/locales/zh-CN.json
+++ b/i18n/locales/zh-CN.json
@@ -1048,7 +1048,8 @@
"error": "加载组织失败",
"empty": "未找到组织",
"view_all": "查看全部"
- }
+ },
+ "pr": "在 GitHub 上打开 PR #{prNumber}"
},
"compare": {
"packages": {
diff --git a/i18n/schema.json b/i18n/schema.json
index fe6260a303..dcc27e608b 100644
--- a/i18n/schema.json
+++ b/i18n/schema.json
@@ -3177,6 +3177,9 @@
}
},
"additionalProperties": false
+ },
+ "pr": {
+ "type": "string"
}
},
"additionalProperties": false