From 04f723327ef88b4187d8af449e482deed666abc9 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 16 Jul 2024 19:01:23 +0100 Subject: [PATCH] Fixed translation Signed-off-by: snipe --- resources/lang/en-US/admin/licenses/general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en-US/admin/licenses/general.php b/resources/lang/en-US/admin/licenses/general.php index 79b69a3d94..de122facbd 100644 --- a/resources/lang/en-US/admin/licenses/general.php +++ b/resources/lang/en-US/admin/licenses/general.php @@ -23,7 +23,7 @@ return array( [ 'checkin_all' => [ 'button' => 'Checkin All Seats', - 'modal' => 'This will action checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.', + 'modal' => 'This action will checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.', 'enabled_tooltip' => 'Checkin ALL seats for this license from both users and assets', 'disabled_tooltip' => 'This is disabled because there are no seats currently checked out', 'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable',