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

Sync up key names properly

parent 6606b57f
No related branches found
No related tags found
2 merge requests!12172.1.0 into master,!1124Updated Notification Settings API use
Pipeline #27749 passed
......@@ -6,8 +6,8 @@
<span class="label">{{ $t('settings.notification_setting') }}</span>
<ul class="option-list">
<li>
<Checkbox v-model="notificationSettings.from_strangers">
{{ $t('settings.notification_setting_from_strangers') }}
<Checkbox v-model="notificationSettings.block_from_strangers">
{{ $t('settings.notification_setting_block_from_strangers') }}
</Checkbox>
</li>
</ul>
......
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