minor language additions and css adjustments
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -31,7 +31,7 @@ return [
|
||||
'section_a' => [
|
||||
'fields' => [
|
||||
'import_file' => [
|
||||
'label' => 'Chose file for import',
|
||||
'label' => lng('admin.settings_importfile'),
|
||||
'type' => 'file',
|
||||
'mandatory' => true
|
||||
]
|
||||
|
||||
@@ -68,6 +68,11 @@ return [
|
||||
]
|
||||
]
|
||||
]
|
||||
],
|
||||
'buttons' => [
|
||||
[
|
||||
'label' => lng('admin.smtptestsend')
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user