Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2022-05-24 13:17:39 -07:00
commit 43c5b412ca

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.)',
]; ];