mirror of
https://github.com/pelican-dev/panel.git
synced 2025-12-18 22:41:20 +01:00
Fix settings Translation typo (#1981)
This commit is contained in:
parent
dfd6dbfe26
commit
57c4172c74
@ -109,7 +109,7 @@ return [
|
|||||||
'helper' => 'Toggle if Users can create allocations via the client area.',
|
'helper' => 'Toggle if Users can create allocations via the client area.',
|
||||||
'question' => 'Allow Users to create Allocations?',
|
'question' => 'Allow Users to create Allocations?',
|
||||||
'create_new' => 'Create new allocations if none available?',
|
'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',
|
'start' => 'Start Port',
|
||||||
'end' => 'End Port',
|
'end' => 'End Port',
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user