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