mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2024-12-24 15:05:18 +01:00
Sync up key names properly
This commit is contained in:
parent
6606b57f44
commit
2eda3d687e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user