mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Merge pull request #11192 from snipe/fixes/typo_on_maintenance_screen
Fixed typo on maintenance screen
This commit is contained in:
commit
08ff71aae3
|
@ -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.)',
|
||||||
];
|
];
|
Loading…
Reference in a new issue