- Reverts the schneespur/ subdirectory restructure (b8e426b)
- Restores package.json and vite.config.js (needed for npm build, were
removed in an earlier cleanup before the restructure)
- Updates public/build/ assets with current Vite output (new content hashes)
20 lines
1.2 KiB
PHP
20 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'page_title' => 'My Profile',
|
|
'section_info' => 'Profile Information',
|
|
'section_info_description' => 'Update your name and email address.',
|
|
'section_password' => 'Change Password',
|
|
'section_password_description' => 'Use a long, random password to stay secure.',
|
|
'section_delete' => 'Delete Account',
|
|
'section_delete_description' => 'Once your account is deleted, all of its resources and data will be permanently deleted. Please download any data you wish to retain.',
|
|
'field_current_password' => 'Current Password',
|
|
'field_new_password' => 'New Password',
|
|
'field_confirm_password' => 'Confirm Password',
|
|
'btn_save' => 'Save',
|
|
'btn_delete' => 'Delete Account',
|
|
'btn_cancel' => 'Cancel',
|
|
'saved' => 'Saved.',
|
|
'delete_confirm_title' => 'Are you sure you want to delete your account?',
|
|
'delete_confirm_description' => 'Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm.',
|
|
];
|