Merge branch 'xnuk-develop-patch-36343' into 'develop'
Fix not to show "Save changes" button in "Delete account" section See merge request pleroma/pleroma-fe!1690
This commit is contained in:
commit
1a14a76bec
|
@ -241,7 +241,7 @@
|
||||||
class="btn button-default"
|
class="btn button-default"
|
||||||
@click="confirmDelete"
|
@click="confirmDelete"
|
||||||
>
|
>
|
||||||
{{ $t('settings.save') }}
|
{{ $t('settings.delete_account') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue