Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-01-29 10:09:53 +01:00
Родитель 376fc4c255
Коммит d82d97934c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -39,6 +39,8 @@
<em>{{ t('spreed', 'When a call has started, everyone with access to the conversation can join the call.') }}</em> <em>{{ t('spreed', 'When a call has started, everyone with access to the conversation can join the call.') }}</em>
</p> </p>
<h3>{{ t('spreed', 'Default notification settings') }}</h3>
<p> <p>
<label for="default_group_notification">{{ t('spreed', 'Default group notification') }}</label> <label for="default_group_notification">{{ t('spreed', 'Default group notification') }}</label>
<Multiselect id="default_group_notification" <Multiselect id="default_group_notification"
@ -176,6 +178,11 @@ export default {
} }
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
h3 {
margin-top: 24px;
}
p { p {
display: flex; display: flex;
align-items: center; align-items: center;