From d82d97934c36381a83985c5f8af02cc3ebffbffe Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 29 Jan 2020 10:09:53 +0100 Subject: [PATCH] Add a header to the settings Signed-off-by: Joas Schilling --- src/views/AdminSettings/GeneralSettings.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/AdminSettings/GeneralSettings.vue b/src/views/AdminSettings/GeneralSettings.vue index fc30c94cb..1c090f40b 100644 --- a/src/views/AdminSettings/GeneralSettings.vue +++ b/src/views/AdminSettings/GeneralSettings.vue @@ -39,6 +39,8 @@ {{ t('spreed', 'When a call has started, everyone with access to the conversation can join the call.') }}

+

{{ t('spreed', 'Default notification settings') }}

+