diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-09-16 10:34:52 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-09-22 11:13:28 +0000 |
commit | 98fc129ebb410800737f3dc2773fade4cec01ebd (patch) | |
tree | 5fe2bb8d860eb375e8951744ffe61929d73e572d /apps/settings/src | |
parent | 0e1853df340d51ea55fb94ffad9248ec38f0b9b4 (diff) | |
download | nextcloud-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.vue | 2 |
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() { |