mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge branch 'master' of https://github.com/openclassify/openclassify
This commit is contained in:
commit
a8813fddd3
@ -1,7 +1,7 @@
|
||||
.profile-nav-toggler {
|
||||
position: fixed;
|
||||
bottom: 10%;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
|
||||
img {
|
||||
width: 3rem;
|
||||
|
||||
@ -104,10 +104,6 @@ return [
|
||||
'name' => 'User'
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*Menu Button*/
|
||||
'profile' => [
|
||||
'name' => 'Profile'
|
||||
@ -198,7 +194,6 @@ return [
|
||||
'name' => 'My Sales'
|
||||
],
|
||||
|
||||
|
||||
/* Right Dock*/
|
||||
'right_secure_trading_subject' => [
|
||||
'name' => 'Secure Trading'
|
||||
@ -362,7 +357,6 @@ return [
|
||||
'name' => 'Preferences Settings',
|
||||
],
|
||||
|
||||
|
||||
'corporate_settings' => [
|
||||
'name' => 'Corporate Settings',
|
||||
],
|
||||
@ -442,4 +436,11 @@ return [
|
||||
'tax_number' => [
|
||||
'name' => 'Tax Number'
|
||||
],
|
||||
|
||||
// Profile page
|
||||
'my_profile' => 'My Profile',
|
||||
'edit_profile' => 'Edit Profile',
|
||||
'edit_details' => 'Edit Details',
|
||||
'update' => 'Update',
|
||||
'change_password' => 'Change Password',
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user