forked from AkkomaGang/akkoma-fe
oof
This commit is contained in:
parent
5b6c1aa97c
commit
7346c54df4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<input type="checkbox" v-model="newHideNetwork" id="account-hide-network">
|
<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>
|
</p>
|
||||||
<button :disabled='newName.length <= 0' class="btn btn-default" @click="updateProfile">{{$t('general.submit')}}</button>
|
<button :disabled='newName.length <= 0' class="btn btn-default" @click="updateProfile">{{$t('general.submit')}}</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue