fix missing language-strings
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -394,13 +394,13 @@ return [
|
||||
'visible' => Settings::Get('system.bind_enable') == '1' && $userinfo['change_serversettings'] == '1',
|
||||
'fields' => [
|
||||
'isbinddomain' => [
|
||||
'label' => 'Nameserver',
|
||||
'label' => lng('admin.createzonefile'),
|
||||
'type' => 'checkbox',
|
||||
'value' => '1',
|
||||
'checked' => true
|
||||
],
|
||||
'zonefile' => [
|
||||
'label' => 'Zonefile',
|
||||
'label' => lng('admin.custombindzone'),
|
||||
'desc' => lng('admin.bindzonewarning'),
|
||||
'type' => 'text'
|
||||
]
|
||||
|
||||
@@ -430,13 +430,13 @@ return [
|
||||
'visible' => Settings::Get('system.bind_enable') == '1' && $userinfo['change_serversettings'] == '1',
|
||||
'fields' => [
|
||||
'isbinddomain' => [
|
||||
'label' => 'Nameserver',
|
||||
'label' => lng('admin.createzonefile'),
|
||||
'type' => 'checkbox',
|
||||
'value' => '1',
|
||||
'checked' => $result['isbinddomain']
|
||||
],
|
||||
'zonefile' => [
|
||||
'label' => 'Zonefile',
|
||||
'label' => lng('admin.custombindzone'),
|
||||
'desc' => lng('admin.bindzonewarning'),
|
||||
'type' => 'text',
|
||||
'value' => $result['zonefile']
|
||||
|
||||
Reference in New Issue
Block a user