Added the ability to save user settings.
This commit is contained in:
@@ -45,5 +45,7 @@
|
||||
"Dashboard": "Dashboard",
|
||||
"Save": "Save",
|
||||
"Profile saved successfully": "Profile saved successfully",
|
||||
"The password has been changed": "The password has been changed"
|
||||
"The password has been changed": "The password has been changed",
|
||||
"Default": "default",
|
||||
"The settings have been saved": "The settings have been saved"
|
||||
}
|
||||
|
@@ -213,5 +213,7 @@ return [
|
||||
'updated_at' => 'updated at',
|
||||
'username' => 'username',
|
||||
'year' => 'year',
|
||||
'lang' => 'language',
|
||||
'timezone' => 'timezone',
|
||||
],
|
||||
];
|
||||
|
@@ -45,5 +45,7 @@
|
||||
"Dashboard": "Dashboard",
|
||||
"Save": "Сохранить",
|
||||
"Profile saved successfully": "Профиль успешно сохранен",
|
||||
"The password has been changed": "Пароль был изменен"
|
||||
"The password has been changed": "Пароль был изменен",
|
||||
"Default": "По умолчанию",
|
||||
"The settings have been saved": "Настройки были сохранены"
|
||||
}
|
||||
|
@@ -213,5 +213,7 @@ return [
|
||||
'updated_at' => 'обновлено в',
|
||||
'username' => 'никнейм',
|
||||
'year' => 'год',
|
||||
'lang' => 'язык',
|
||||
'timezone' => 'часовой пояс',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user