Skip to content

Commit

Permalink
l10n: Spelling unification in Transifex.
Browse files Browse the repository at this point in the history
There should be no abbreviations in official sentences.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
  • Loading branch information
Valdnet authored and szaimen committed Jan 19, 2022
1 parent 3e262c7 commit e760b44
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit e760b44

Please sign in to comment.