Browse Source

Merge pull request #28788 from nextcloud/Valdnet-patch-2

l10n: Spelling unification
pull/28794/head
szaimen 5 years ago
committed by GitHub
parent
commit
14cf0fd01c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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

4
apps/user_status/js/user-status-menu.js
File diff suppressed because it is too large
View File

2
apps/user_status/js/user-status-menu.js.map
File diff suppressed because it is too large
View File

4
apps/user_status/js/user-status-modal.js
File diff suppressed because it is too large
View File

2
apps/user_status/js/user-status-modal.js.map
File diff suppressed because it is too large
View File

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', 'What is your status?')"
type="text"
:value="message"
@change="change"

Loading…
Cancel
Save