l10n: Correct a typo

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/28788/head
Valdnet 3 years ago committed by nextcloud-command
parent 58a9a70650
commit 2eacf7fe1d
  1. 4
      apps/user_status/js/user-status-menu.js
  2. 2
      apps/user_status/js/user-status-menu.js.map
  3. 4
      apps/user_status/js/user-status-modal.js
  4. 2
      apps/user_status/js/user-status-modal.js.map
  5. 2
      apps/user_status/src/components/CustomMessageInput.vue

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

Loading…
Cancel
Save