Skip to content

Commit 08ff71a

Browse files
authored
Merge pull request #11192 from snipe/fixes/typo_on_maintenance_screen
Fixed typo on maintenance screen
2 parents 0e6c827 + 5d83516 commit 08ff71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/en/general.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,6 @@
355355
'checkin_tooltip' => 'Check this item in',
356356
'checkout_user_tooltip' => 'Check this item out to a user',
357357
'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
358-
'maintenance_mode_title' => 'System Temporarily Unavilable',
358+
'maintenance_mode_title' => 'System Temporarily Unavailable',
359359
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
360360
];

0 commit comments

Comments
 (0)