diff --git a/src/components/AppSettingsMenu.vue b/src/components/AppSettingsMenu.vue
index 839250f810..e30d426642 100755
--- a/src/components/AppSettingsMenu.vue
+++ b/src/components/AppSettingsMenu.vue
@@ -28,7 +28,7 @@
:aria-label="t('mail', 'Account settings')"
@click="openAccountSettings(account.id)">
-
+
{{ account.emailAddress }}
@@ -112,7 +112,10 @@
- textBlockDialogOpen = true" wide>
+ textBlockDialogOpen = true">
+
+
+
{{ t('mail', 'New text block') }}
@@ -129,7 +132,7 @@
@@ -141,7 +144,7 @@
v-model="useInternalAddresses"
:disabled="loadingInternalAddresses"
:label="internalAddressText"
- :description="t('mail', 'Highlight external email addresses by enabling this feature, manage your internal addresses and domains to ensure recognized contacts stay unmarked.')"
+ :description="t('mail', 'Manage your internal addresses and domains to ensure recognized contacts stay unmarked')"
@update:modelValue="onToggleInternalAddress" />
@@ -279,7 +282,7 @@ import {
} from '@nextcloud/vue'
import mitt from 'mitt'
import { mapState, mapStores } from 'pinia'
-import IconLink from 'vue-material-design-icons/ArrowTopRight.vue'
+import IconArrow from 'vue-material-design-icons/ArrowRight.vue'
import IconCheck from 'vue-material-design-icons/Check.vue'
import IconClose from 'vue-material-design-icons/Close.vue'
import HorizontalSplit from 'vue-material-design-icons/DockBottom.vue'
@@ -323,11 +326,11 @@ export default {
NcFormBoxButton,
NcFormBoxSwitch,
NcFormGroup,
- IconLink,
IconDomain,
NcNoteCard,
NcHotkeyList,
NcHotkey,
+ IconArrow,
},
props: {
diff --git a/src/components/InternalAddress.vue b/src/components/InternalAddress.vue
index eabff86fd5..22928fb34a 100644
--- a/src/components/InternalAddress.vue
+++ b/src/components/InternalAddress.vue
@@ -53,6 +53,9 @@
type="secondary"
wide
@click="openDialog = true">
+
+
+
{{ t('mail', 'Add internal address') }}