Merge pull request #28858 from nextcloud/Valdnet-patch-1

l10n: Replace "mail" to "email"
This commit is contained in:
Carl Schwan 2021-09-22 13:52:57 +02:00 committed by GitHub
commit 1ff06dc002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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() {