stubs/inertia-vue-ts/app/javascript/Pages/Profile/Partials/DeleteUserForm.vue in kaze-0.8.0 vs stubs/inertia-vue-ts/app/javascript/Pages/Profile/Partials/DeleteUserForm.vue in kaze-0.9.0

- old
+ new

@@ -41,18 +41,15 @@ </script> <template> <section class="space-y-6"> <header> - <h2 class="text-lg font-medium text-gray-900 dark:text-gray-100"> - Delete Account - </h2> + <h2 class="text-lg font-medium text-gray-900 dark:text-gray-100">Delete Account</h2> <p class="mt-1 text-sm text-gray-600 dark:text-gray-400"> - Once your account is deleted, all of its resources and data will be - permanently deleted. Before deleting your account, please download any - data or information that you wish to retain. + Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your + account, please download any data or information that you wish to retain. </p> </header> <DangerButton @click="confirmUserDeletion">Delete Account</DangerButton> @@ -61,12 +58,11 @@ <h2 class="text-lg font-medium text-gray-900 dark:text-gray-100"> Are you sure you want to delete your account? </h2> <p class="mt-1 text-sm text-gray-600 dark:text-gray-400"> - Once your account is deleted, all of its resources and data will be - permanently deleted. Please enter your password to confirm you would - like to permanently delete your account. + Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your + password to confirm you would like to permanently delete your account. </p> <div class="mt-6"> <InputLabel for="password" value="Password" class="sr-only" />