Skip to content

Commit 31af141

Browse files
authored
Merge pull request #29846 from nextcloud/Valdnet-patch-2
l10n: Spelling unification
2 parents de9fe8f + 0fb15e3 commit 31af141

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

apps/settings/src/components/AuthToken.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
icon="icon-delete"
7777
:title="t('settings', 'Revoke')"
7878
@click.stop.prevent="revoke">
79-
{{ t('settings', 'Revoking this token might prevent the wiping of your device if it hasn\'t started the wipe yet.') }}
79+
{{ t('settings', 'Revoking this token might prevent the wiping of your device if it has not started the wipe yet.') }}
8080
</ActionButton>
8181
</template>
8282
</Actions>

core/src/views/Profile.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ export default {
258258
259259
emptyProfileMessage() {
260260
return this.isCurrentUser
261-
? t('core', 'You haven\'t added any info yet')
262-
: t('core', '{user} hasn\'t added any info yet', { user: (this.displayname || this.userId) })
261+
? t('core', 'You have not added any info yet')
262+
: t('core', '{user} has not added any info yet', { user: (this.displayname || this.userId) })
263263
},
264264
},
265265

0 commit comments

Comments
 (0)