diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-09-10 12:03:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 12:03:03 +0200 |
commit | 58a9a7065000e2b85a9e6be2db178fc0c1815802 (patch) | |
tree | 3fa93b31177b44d3598b676e8f33489369774730 /apps/user_status/src | |
parent | 43fcd28ea05824b4a69d676ca8934812555f3705 (diff) | |
download | nextcloud-server-58a9a7065000e2b85a9e6be2db178fc0c1815802.tar.gz nextcloud-server-58a9a7065000e2b85a9e6be2db178fc0c1815802.zip |
l10n: l10n: Spelling unification
Spelling unification in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/user_status/src')
-rw-r--r-- | apps/user_status/src/components/CustomMessageInput.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/src/components/CustomMessageInput.vue b/apps/user_status/src/components/CustomMessageInput.vue index f84714adddc..e124586b474 100644 --- a/apps/user_status/src/components/CustomMessageInput.vue +++ b/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" |