Browse Source

l10n: l10n: Spelling unification

Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
pull/28788/head
Valdnet 5 years ago
committed by GitHub
parent
commit
58a9a70650
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/user_status/src/components/CustomMessageInput.vue

2
apps/user_status/src/components/CustomMessageInput.vue

@ -26,7 +26,7 @@
ref="input"
maxlength="80"
:disabled="disabled"
:placeholder="$t('user_status', 'What\'s your status?')"
:placeholder="$t('user_status', 'Whats is your status?')"
type="text"
:value="message"
@change="change"

Loading…
Cancel
Save