fix: tweaking profile update template.

This commit is contained in:
Paul Couture 2023-12-15 10:00:01 -06:00
parent c55bec5b28
commit 4ba362b4fd

View File

@ -1,11 +1,10 @@
<section>
<header>
<h2 class="text-lg font-medium text-gray-900 dark:text-gray-100">
{{ __('Profile Information') }}
<h2>
{{ __('Login Information') }}
</h2>
<p class="mt-1 text-sm text-gray-600 dark:text-gray-400">
{{ __("Update your account's profile information and email address.") }}
<p>
{{ __("Update your account's username and email address. Note, your username may not be the same as your public artist profile.") }}
</p>
</header>