diff --git a/packages/frontend/core/src/desktop/dialogs/setting/general-setting/index.tsx b/packages/frontend/core/src/desktop/dialogs/setting/general-setting/index.tsx
index 88bc43e43e..0aa6e2d935 100644
--- a/packages/frontend/core/src/desktop/dialogs/setting/general-setting/index.tsx
+++ b/packages/frontend/core/src/desktop/dialogs/setting/general-setting/index.tsx
@@ -61,12 +61,6 @@ export const useGeneralSettingList = (): GeneralSettingList => {
icon: ,
testId: 'shortcuts-panel-trigger',
},
- {
- key: 'about',
- title: t['com.affine.aboutAFFiNE.title'](),
- icon: ,
- testId: 'about-panel-trigger',
- },
];
if (enableEditorSettings) {
// add editor settings to second position
@@ -104,12 +98,20 @@ export const useGeneralSettingList = (): GeneralSettingList => {
});
}
- settings.push({
- key: 'experimental-features',
- title: t['com.affine.settings.workspace.experimental-features'](),
- icon: ,
- testId: 'experimental-features-trigger',
- });
+ settings.push(
+ {
+ key: 'experimental-features',
+ title: t['com.affine.settings.workspace.experimental-features'](),
+ icon: ,
+ testId: 'experimental-features-trigger',
+ },
+ {
+ key: 'about',
+ title: t['com.affine.aboutAFFiNE.title'](),
+ icon: ,
+ testId: 'about-panel-trigger',
+ }
+ );
return settings;
};
diff --git a/packages/frontend/i18n/src/resources/en.json b/packages/frontend/i18n/src/resources/en.json
index 812705abde..afb6a35c65 100644
--- a/packages/frontend/i18n/src/resources/en.json
+++ b/packages/frontend/i18n/src/resources/en.json
@@ -1428,7 +1428,7 @@
"com.affine.settings.workspace.affine-ai.title": "AFFiNE AI",
"com.affine.settings.workspace.affine-ai.label": "Allow AFFiNE AI Assistant",
"com.affine.settings.workspace.affine-ai.description": "Allow workspace members to use AFFiNE AI features. This setting doesn't affect billing. Workspace members use AFFiNE AI through their personal accounts.",
- "com.affine.settings.workspace.backup": "Backup",
+ "com.affine.settings.workspace.backup": "Achieved workspaces",
"com.affine.settings.workspace.backup.subtitle": "Management in local workspace backup files",
"com.affine.settings.workspace.backup.empty": "No backup files found",
"com.affine.settings.workspace.backup.delete": "Delete backup workspace",