Skip to content

Commit

Permalink
Merge pull request #29846 from nextcloud/Valdnet-patch-2
Browse files Browse the repository at this point in the history
l10n: Spelling unification
  • Loading branch information
szaimen authored Jan 20, 2022
2 parents de9fe8f + 0fb15e3 commit 31af141
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/settings/src/components/AuthToken.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions core/src/views/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) })
},
},
Expand Down
Loading

0 comments on commit 31af141

Please sign in to comment.