minor UI/UX fix for settings import (button label)

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-11-08 15:18:39 +01:00
parent 61dc40ec88
commit 2b12cde77e
3 changed files with 7 additions and 0 deletions

View File

@@ -37,6 +37,11 @@ return [
]
]
]
],
'buttons' => [
[
'label' => lng('panel.upload_import')
]
]
]
];

View File

@@ -1207,6 +1207,7 @@ Vielen Dank, Ihr Administrator',
'title' => 'Feld-Suche',
'description' => 'Wähle das zu durchsuchende Feld aus'
],
'upload_import' => 'Hochladen und importieren',
],
'phpfpm' => [
'vhost_httpuser' => 'Lokaler Benutzer für PHP-FPM (Froxlor-Vhost)',

View File

@@ -1317,6 +1317,7 @@ Yours sincerely, your administrator',
'title' => 'Search in fields',
'description' => 'Select the field you want to search in'
],
'upload_import' => 'Upload and import',
],
'phpfpm' => [
'vhost_httpuser' => 'Local user to use for PHP-FPM (Froxlor vHost)',