Fixed typoe on maintenance screen

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-24 13:15:01 -07:00
parent 0e6c82776a
commit 5d83516659

View file

@ -355,6 +355,6 @@ return [
'checkin_tooltip' => 'Check this item in', 'checkin_tooltip' => 'Check this item in',
'checkout_user_tooltip' => 'Check this item out to a user', 'checkout_user_tooltip' => 'Check this item out to a user',
'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.', 'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
'maintenance_mode_title' => 'System Temporarily Unavilable', 'maintenance_mode_title' => 'System Temporarily Unavailable',
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)', 'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
]; ];