Merge pull request #29846 from nextcloud/Valdnet-patch-2

l10n: Spelling unification
This commit is contained in:
Simon L 2022-01-20 15:50:37 +01:00 committed by GitHub
commit 31af141879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -76,7 +76,7 @@
icon="icon-delete"
:title="t('settings', 'Revoke')"
@click.stop.prevent="revoke">
{{ t('settings', 'Revoking this token might prevent the wiping of your device if it hasn\'t started the wipe yet.') }}
{{ t('settings', 'Revoking this token might prevent the wiping of your device if it has not started the wipe yet.') }}
</ActionButton>
</template>
</Actions>

View file

@ -258,8 +258,8 @@ export default {
emptyProfileMessage() {
return this.isCurrentUser
? t('core', 'You haven\'t added any info yet')
: t('core', '{user} hasn\'t added any info yet', { user: (this.displayname || this.userId) })
? t('core', 'You have not added any info yet')
: t('core', '{user} has not added any info yet', { user: (this.displayname || this.userId) })
},
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long