This commit is contained in:
Henry Jameson 2018-12-14 17:47:48 +03:00
parent 5b6c1aa97c
commit 7346c54df4
1 changed files with 1 additions and 1 deletions

View File

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