forked from AkkomaGang/akkoma-fe
Merge branch 'fix-hide-network' into 'develop'
oof See merge request pleroma/pleroma-fe!422
This commit is contained in:
commit
10a0296aac
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
</p>
|
||||
<p>
|
||||
<input type="checkbox" v-model="newHideNetwork" id="account-hide-network">
|
||||
<label for="account-no-rich-text">{{$t('settings.hide_network_description')}}</label>
|
||||
<label for="account-hide-network">{{$t('settings.hide_network_description')}}</label>
|
||||
</p>
|
||||
<button :disabled='newName.length <= 0' class="btn btn-default" @click="updateProfile">{{$t('general.submit')}}</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue