diff --git a/packages/nc-gui/components/ProjectTreeView.vue b/packages/nc-gui/components/ProjectTreeView.vue index 118e339d3f..822155ae78 100644 --- a/packages/nc-gui/components/ProjectTreeView.vue +++ b/packages/nc-gui/components/ProjectTreeView.vue @@ -1,13 +1,21 @@ - + @@ -534,16 +619,21 @@ - {{ $t('activity.previewAs') }} - - mdi-drama-masks - + {{ + $t("activity.previewAs") + }} + mdi-drama-masks
@@ -582,11 +673,13 @@
-
- - mdi-api - + mdi-api API Docs
- +
@@ -673,26 +764,26 @@ - {{ $t('general.reload') }} + {{ $t("general.reload") }} - {{ $t('activity.newToken') }} + {{ $t("activity.newToken") }} - + - {{ $t('labels.description') }} + {{ $t("labels.description") }} - {{ $t('labels.token') }} + {{ $t("labels.token") }} - {{ $t('labels.action') }} + {{ $t("labels.action") }} -
+
No tokens available
- + {{ token.description }} @@ -80,14 +83,19 @@ - {{ token.show ? 'visibility_off' : 'visibility' }} + {{ token.show ? "visibility_off" : "visibility" }} - + mdi-content-copy - +

@@ -134,7 +142,7 @@ - + diff --git a/packages/nc-gui/components/auth/shareOrInviteModal.vue b/packages/nc-gui/components/auth/shareOrInviteModal.vue index 4a649e7f39..cfea0a8afe 100644 --- a/packages/nc-gui/components/auth/shareOrInviteModal.vue +++ b/packages/nc-gui/components/auth/shareOrInviteModal.vue @@ -1,42 +1,41 @@