You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
682 B
20 lines
682 B
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'title' => 'Profile Information',
|
|
'description' => "Update your account's profile information and email address.",
|
|
],
|
|
'password' => [
|
|
'title' => 'Update Password',
|
|
'description' => 'Ensure your account is using a long, random password to stay secure.',
|
|
],
|
|
'delete_account' => [
|
|
'title' => 'Delete Account',
|
|
'description' => 'Once your account is deleted, all of its resources and data will be permanently deleted.',
|
|
],
|
|
'user_settings' => [
|
|
'title' => 'User Settings',
|
|
'description' => 'Manage your application preferences like theme and language.',
|
|
],
|
|
];
|
|
|