forked from AkkomaGang/akkoma-fe
Sync up key names properly
This commit is contained in:
parent
6606b57f44
commit
2eda3d687e
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue