diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-11-23 08:16:30 +0100 |
---|---|---|
committer | szaimen <szaimen@e.mail.de> | 2022-01-20 10:14:37 +0100 |
commit | 7c6f41ba7faade62b1a85d131380c3b84369de96 (patch) | |
tree | 072c2316f76b954345cb532ed010dc41b78f8daf /core | |
parent | 648ec6263a7edda1118edf76580f60bab327b90b (diff) | |
download | nextcloud-server-7c6f41ba7faade62b1a85d131380c3b84369de96.tar.gz nextcloud-server-7c6f41ba7faade62b1a85d131380c3b84369de96.zip |
l10n: Spelling unification in Transifex.
There should be no abbreviations in official sentences.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/src/views/Profile.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/views/Profile.vue b/core/src/views/Profile.vue index be3867c984e..6ec76a8d788 100644 --- a/core/src/views/Profile.vue +++ b/core/src/views/Profile.vue @@ -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) }) }, }, |