{subscription.package_plan?.[getKeyWithLanguage('name')]}
@@ -434,6 +448,9 @@ const Menu: FC<{
+
);
};
diff --git a/web/src/i18n/en.ts b/web/src/i18n/en.ts
index 032b63db..04412d5f 100644
--- a/web/src/i18n/en.ts
+++ b/web/src/i18n/en.ts
@@ -474,6 +474,7 @@ export const en = {
view: 'View',
updated_at: 'Updated At',
callbackUrlInvalid: 'Please enter a valid URL',
+ switchSpace: 'Switch Space',
},
model: {
searchPlaceholder: 'search model…',
diff --git a/web/src/i18n/zh.ts b/web/src/i18n/zh.ts
index 505d9a74..aa0f08b7 100644
--- a/web/src/i18n/zh.ts
+++ b/web/src/i18n/zh.ts
@@ -1153,6 +1153,7 @@ export const zh = {
view: '查看',
updated_at: '更新时间',
callbackUrlInvalid: '请输入有效的 URL',
+ switchSpace: '切换空间',
},
model: {
searchPlaceholder: '搜索模型…',