From 57c4172c7461e5f9d02cc2c9fdb4bd98c66c26b9 Mon Sep 17 00:00:00 2001 From: JoanFo <161775222+JoanFo1456@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:56:17 +0100 Subject: [PATCH] Fix settings Translation typo (#1981) --- lang/en/admin/setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/admin/setting.php b/lang/en/admin/setting.php index 356842bf1..a01668ced 100644 --- a/lang/en/admin/setting.php +++ b/lang/en/admin/setting.php @@ -109,7 +109,7 @@ return [ 'helper' => 'Toggle if Users can create allocations via the client area.', 'question' => 'Allow Users to create Allocations?', 'create_new' => 'Create new allocations if none available?', - 'create_new_help' => 'When enabled, creates new allocations. When disabled, only assigns from existing unassigned allocations. Both options faktor the port range below into account.', + 'create_new_help' => 'When enabled, creates new allocations. When disabled, only assigns from existing unassigned allocations. Both options factor the port range below into account.', 'start' => 'Start Port', 'end' => 'End Port', ],