Merge pull request #14072 from snipe/fixes/also_update_settings_console_command

Update ResetSettings command to en-US vs en
This commit is contained in:
snipe 2023-12-24 18:33:23 +00:00 committed by GitHub
commit a31bef7b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ class ResetDemoSettings extends Command
$settings->date_display_format = 'D M d, Y';
$settings->time_display_format = 'g:iA';
$settings->thumbnail_max_h = '30';
$settings->locale = 'en';
$settings->locale = 'en-US';
$settings->version_footer = 'on';
$settings->support_footer = null;
$settings->saml_enabled = '0';