minor language additions and css adjustments

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-09-20 08:09:53 +02:00
parent fd596801e2
commit b1f7cf4bc7
16 changed files with 60 additions and 29 deletions

View File

@@ -31,7 +31,7 @@ return [
'section_a' => [
'fields' => [
'import_file' => [
'label' => 'Chose file for import',
'label' => lng('admin.settings_importfile'),
'type' => 'file',
'mandatory' => true
]

View File

@@ -68,6 +68,11 @@ return [
]
]
]
],
'buttons' => [
[
'label' => lng('admin.smtptestsend')
]
]
]
];