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
merge-requests/1699/head
tusooa 2 years ago
commit 1a14a76bec

@ -241,7 +241,7 @@
class="btn button-default"
@click="confirmDelete"
>
{{ $t('settings.save') }}
{{ $t('settings.delete_account') }}
</button>
</div>
</div>

Loading…
Cancel
Save