diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue
index 5febbd6fa7..6656c74e96 100644
--- a/app/components/AppHeader.vue
+++ b/app/components/AppHeader.vue
@@ -218,6 +218,16 @@ onKeyStroke(
>
+
+
+ PR #{{ prNumber }}
+
+
@@ -238,7 +248,7 @@ onKeyStroke(
PR #{{ prNumber }}
diff --git a/i18n/locales/en.json b/i18n/locales/en.json
index a31fc67cf9..fff7485e20 100644
--- a/i18n/locales/en.json
+++ b/i18n/locales/en.json
@@ -1033,7 +1033,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 0f6dc9b60a..8bca3145e0 100644
--- a/i18n/locales/zh-CN.json
+++ b/i18n/locales/zh-CN.json
@@ -1021,7 +1021,8 @@
"error": "加载组织失败",
"empty": "未找到组织",
"view_all": "查看全部"
- }
+ },
+ "pr": "在 GitHub 上打开 PR #{prNumber}"
},
"compare": {
"packages": {
diff --git a/i18n/schema.json b/i18n/schema.json
index 353f2774f7..162273ddd2 100644
--- a/i18n/schema.json
+++ b/i18n/schema.json
@@ -3105,6 +3105,9 @@
}
},
"additionalProperties": false
+ },
+ "pr": {
+ "type": "string"
}
},
"additionalProperties": false