aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-09-16 10:34:52 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2021-09-22 11:13:28 +0000
commit98fc129ebb410800737f3dc2773fade4cec01ebd (patch)
tree5fe2bb8d860eb375e8951744ffe61929d73e572d /apps/settings/src
parent0e1853df340d51ea55fb94ffad9248ec38f0b9b4 (diff)
downloadnextcloud-server-98fc129ebb410800737f3dc2773fade4cec01ebd.tar.gz
nextcloud-server-98fc129ebb410800737f3dc2773fade4cec01ebd.zip
l10n: Replace "mail" to "email"
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/settings/src')
-rw-r--r--apps/settings/src/components/PersonalInfo/EmailSection/Email.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/PersonalInfo/EmailSection/Email.vue b/apps/settings/src/components/PersonalInfo/EmailSection/Email.vue
index 55623cec6d9..08f91e6887c 100644
--- a/apps/settings/src/components/PersonalInfo/EmailSection/Email.vue
+++ b/apps/settings/src/components/PersonalInfo/EmailSection/Email.vue
@@ -178,7 +178,7 @@ export default {
} else if (!this.primary && this.localVerificationState !== VERIFICATION_ENUM.VERIFIED) {
return t('settings', 'This address is not confirmed')
}
- return t('settings', 'Set as primary mail')
+ return t('settings', 'Set as primary email')
},
federationDisabled() {