1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

My Account: Built out profile page & endpoints

Text currently hard-coded, needs finalising and extracting.
This commit is contained in:
Dan Brown
2023-10-18 12:39:57 +01:00
parent a868012048
commit c1b01639c1
4 changed files with 157 additions and 1 deletions

View File

@ -35,5 +35,5 @@ return [
'auth_change_password_success' => 'Password has been updated!',
'profile' => 'Profile Details',
'profile_overview_desc' => ' Manage your user profile details including preferred language and authentication options.',
'profile_overview_desc' => 'Manage your user profile details including preferred language and authentication options.',
];