From 5d835166593437dbed50aa8d70ce618f6ee93f32 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 24 May 2022 13:15:01 -0700 Subject: [PATCH] Fixed typoe on maintenance screen Signed-off-by: snipe --- resources/lang/en/general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php index 03bddaef21..5d67d5d673 100644 --- a/resources/lang/en/general.php +++ b/resources/lang/en/general.php @@ -355,6 +355,6 @@ return [ 'checkin_tooltip' => 'Check this item in', '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_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.)', ]; \ No newline at end of file