Upgrade boilerplate

This commit is contained in:
Ludovic CANDELLIER
2021-09-22 21:01:43 +02:00
parent ffb9f81353
commit e98266e556
56 changed files with 1477 additions and 701 deletions

View File

@@ -12,4 +12,5 @@ return [
'user_management' => 'User management',
'logoutconfirm' => 'Are you sure you want to logout ?',
'rightsres' => 'All rights reserved.',
'darkmode' => 'Dark mode',
];

View File

@@ -36,7 +36,7 @@ return [
'deletesuccess' => 'The user has been correctly deleted',
],
'profile' => [
'title' => 'Your profile',
'title' => 'My profile',
'subscribedsince' => 'Member since :date ( :since )',
'avatar' => 'Profile image',
'delavatar' => 'Remove the profile image',