Removed AdminLTE, some minor improvements
This commit is contained in:
@@ -57,6 +57,7 @@ return [
|
||||
"group" => "Group",
|
||||
"no_members" => "No members in this group",
|
||||
"edit_profile" => "Edit Profile",
|
||||
"user_list_placeholder" => "No users to display",
|
||||
|
||||
# profile picture
|
||||
"change_picture" => "Change profile picture",
|
||||
|
||||
@@ -83,4 +83,8 @@ return [
|
||||
"datefns_time_format_precise" => "pp",
|
||||
"datefns_datetime_format" => "MM/dd/yyyy p",
|
||||
"datefns_datetime_format_precise" => "MM/dd/yyyy pp",
|
||||
|
||||
# localization
|
||||
"error_language_fetch" => "Error fetching languages",
|
||||
"error_language_set" => "Error setting language",
|
||||
];
|
||||
@@ -55,6 +55,9 @@ return [
|
||||
"redis_host" => "Redis host",
|
||||
"redis_port" => "Redis port",
|
||||
"redis_password" => "Redis password",
|
||||
"redis_test" => "Test Connection",
|
||||
"redis_test_error" => "Redis Connection failed, check your credentials.",
|
||||
"redis_test_success" => "Redis Connection successfully established.",
|
||||
|
||||
# dialog
|
||||
"fetch_settings_error" => "Error fetching settings",
|
||||
|
||||
Reference in New Issue
Block a user