mirror of
https://github.com/openvk/openvk
synced 2025-06-07 22:59:58 +03:00
fix: typo in privacy
This commit is contained in:
parent
ba8b12f81d
commit
401b417d67
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@
|
|||
</td>
|
||||
<td>
|
||||
<select name="likes.read", style="width: 164px;">
|
||||
<option value="2" {if $user->getPrivacySetting('likes.read') == 2}selected{/if}>{_privacy_value_anybody}</option>
|
||||
<option value="2" {if $user->getPrivacySetting('likes.read') == 2}selected{/if}>{_privacy_value_anybody_dative}</option>
|
||||
<option value="0" {if $user->getPrivacySetting('likes.read') == 0}selected{/if}>{_privacy_value_only_me_dative}</option>
|
||||
</select>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue