mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #29846 from nextcloud/Valdnet-patch-2
l10n: Spelling unification
This commit is contained in:
commit
31af141879
4 changed files with 6 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Reference in a new issue