Rename "hide_following" to "hide_follows"

This commit is contained in:
Maxim Filippov 2019-02-06 14:21:13 +03:00
parent 18594569bd
commit 0c5c889850
9 changed files with 12 additions and 12 deletions

View file

@ -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">