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>
This commit is contained in:
Valdnet 2021-09-16 10:34:52 +02:00 committed by nextcloud-command
parent 0e1853df34
commit 98fc129ebb
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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() {