diff options
author | szaimen <szaimen@e.mail.de> | 2022-06-30 13:50:43 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-06-30 11:57:40 +0000 |
commit | e8b1740c960fcf57d84f73788e8f5716c9f5ea14 (patch) | |
tree | d7ec520f6bd7406184492295d0d56588d4f830d9 /apps | |
parent | 95971b8250b4a94cd5d896f5e690c912b978083f (diff) | |
download | nextcloud-server-e8b1740c960fcf57d84f73788e8f5716c9f5ea14.tar.gz nextcloud-server-e8b1740c960fcf57d84f73788e8f5716c9f5ea14.zip |
use an en-dash for the userstatus panel
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_status/src/components/PredefinedStatus.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/src/components/PredefinedStatus.vue b/apps/user_status/src/components/PredefinedStatus.vue index f8d5fe26be4..4ab585493e6 100644 --- a/apps/user_status/src/components/PredefinedStatus.vue +++ b/apps/user_status/src/components/PredefinedStatus.vue @@ -103,7 +103,7 @@ export default { opacity: .7; &::before { - content: ' - '; + content: ' – '; } } } |