Rename "hide_following" to "hide_follows"
This commit is contained in:
parent
18594569bd
commit
0c5c889850
9 changed files with 12 additions and 12 deletions
|
@ -30,8 +30,8 @@
|
|||
<label for="account-no-rich-text">{{$t('settings.no_rich_text_description')}}</label>
|
||||
</p>
|
||||
<p>
|
||||
<input type="checkbox" v-model="hideFollowings" id="account-hide-followings">
|
||||
<label for="account-hide-followings">{{$t('settings.hide_followings_description')}}</label>
|
||||
<input type="checkbox" v-model="hideFollows" id="account-hide-follows">
|
||||
<label for="account-hide-follows">{{$t('settings.hide_follows_description')}}</label>
|
||||
</p>
|
||||
<p>
|
||||
<input type="checkbox" v-model="hideFollowers" id="account-hide-followers">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue