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:
authorJan C. Borchardt <hey@jancborchardt.net>2020-10-02 00:36:35 +0300
committerJan C. Borchardt <hey@jancborchardt.net>2020-10-02 00:36:35 +0300
commit56670fc904523c27e9e424586da934f31a7bf86f (patch)
tree81ca6070345aba7eb1b806df213164e5e7aaa059 /apps/user_status/src
parentb1d0fd27c1b6816a6fea113e6feba468104d1fc1 (diff)
Status: Add subline for Invisible to explain it properly
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/user_status/src')
-rw-r--r--apps/user_status/src/services/statusOptionsService.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_status/src/services/statusOptionsService.js b/apps/user_status/src/services/statusOptionsService.js
index 9c646915a65..266f33230cd 100644
--- a/apps/user_status/src/services/statusOptionsService.js
+++ b/apps/user_status/src/services/statusOptionsService.js
@@ -44,6 +44,7 @@ const getAllStatusOptions = () => {
}, {
type: 'invisible',
label: t('user_status', 'Invisible'),
+ subline: t('user_status', 'Appear offline'),
icon: 'icon-user-status-invisible',
}]
}