Fix settings Translation typo (#1981)

This commit is contained in:
JoanFo 2025-12-10 19:56:17 +01:00 committed by GitHub
parent dfd6dbfe26
commit 57c4172c74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',
],