Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_status/src/App.vue')
-rw-r--r--apps/user_status/src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/src/App.vue b/apps/user_status/src/App.vue
index 1bc275c5f32..ff927505bae 100644
--- a/apps/user_status/src/App.vue
+++ b/apps/user_status/src/App.vue
@@ -46,7 +46,7 @@
<ActionButton
icon="icon-rename"
:close-after-click="true"
- :title="$t('user_status', 'Set custom status')"
+ :title="$t('user_status', 'Set status message')"
@click.prevent.stop="openModal" />
</Actions>
<SetStatusModal