Skip to content
Snippets Groups Projects
Commit 53214156 authored by feld's avatar feld
Browse files

Update notification filters to reflect new settings

parent 8e1e7144
No related branches found
No related tags found
2 merge requests!12172.1.0 into master,!1124Updated Notification Settings API use
......@@ -5,16 +5,6 @@
<div class="select-multiple">
<span class="label">{{ $t('settings.notification_setting') }}</span>
<ul class="option-list">
<li>
<Checkbox v-model="notificationSettings.from_following">
{{ $t('settings.notification_setting_from_following') }}
</Checkbox>
</li>
<li>
<Checkbox v-model="notificationSettings.from_followers">
{{ $t('settings.notification_setting_from_followers') }}
</Checkbox>
</li>
<li>
<Checkbox v-model="notificationSettings.from_strangers">
{{ $t('settings.notification_setting_from_strangers') }}
......@@ -27,8 +17,8 @@
<div class="setting-item">
<h2>{{ $t('settings.notification_setting_privacy') }}</h2>
<p>
<Checkbox v-model="notificationSettings.privacy_option">
{{ $t('settings.notification_setting_privacy_option') }}
<Checkbox v-model="notificationSettings.hide_notification_contents">
{{ $t('settings.notification_setting_hide_notification_contents') }}
</Checkbox>
</p>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment