diff --git a/packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue b/packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue
index 7d2e046249..a864640e05 100644
--- a/packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue
+++ b/packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue
@@ -99,13 +99,12 @@ onMounted(() => {
-
-
-
-
-
-
-
+
+
+
+ {{ $t('title.copiedAuthToken') }}
+ {{ $t('title.copyAuthToken') }}
+
@@ -148,12 +147,24 @@ onMounted(() => {
-
-
-
- {{ $t('title.copiedAuthToken') }}
- {{ $t('title.copyAuthToken') }}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ $t('title.accountSettings') }}
diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json
index 9fbccf84c1..00d68cc1c5 100644
--- a/packages/nc-gui/lang/en.json
+++ b/packages/nc-gui/lang/en.json
@@ -293,6 +293,8 @@
"isNotNull": "is not null"
},
"title": {
+ "docs": "Docs",
+ "forum": "Forum",
"parameter": "Parameter",
"headers": "Headers",
"parameterName": "Parameter Name",