summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2022-06-30 13:50:43 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-06-30 11:57:40 +0000
commite8b1740c960fcf57d84f73788e8f5716c9f5ea14 (patch)
treed7ec520f6bd7406184492295d0d56588d4f830d9 /apps
parent95971b8250b4a94cd5d896f5e690c912b978083f (diff)
downloadnextcloud-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.vue2
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: ' – ';
}
}
}