minor UI/UX fix for settings import (button label)
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -37,6 +37,11 @@ return [
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
],
|
||||||
|
'buttons' => [
|
||||||
|
[
|
||||||
|
'label' => lng('panel.upload_import')
|
||||||
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1207,6 +1207,7 @@ Vielen Dank, Ihr Administrator',
|
|||||||
'title' => 'Feld-Suche',
|
'title' => 'Feld-Suche',
|
||||||
'description' => 'Wähle das zu durchsuchende Feld aus'
|
'description' => 'Wähle das zu durchsuchende Feld aus'
|
||||||
],
|
],
|
||||||
|
'upload_import' => 'Hochladen und importieren',
|
||||||
],
|
],
|
||||||
'phpfpm' => [
|
'phpfpm' => [
|
||||||
'vhost_httpuser' => 'Lokaler Benutzer für PHP-FPM (Froxlor-Vhost)',
|
'vhost_httpuser' => 'Lokaler Benutzer für PHP-FPM (Froxlor-Vhost)',
|
||||||
|
|||||||
@@ -1317,6 +1317,7 @@ Yours sincerely, your administrator',
|
|||||||
'title' => 'Search in fields',
|
'title' => 'Search in fields',
|
||||||
'description' => 'Select the field you want to search in'
|
'description' => 'Select the field you want to search in'
|
||||||
],
|
],
|
||||||
|
'upload_import' => 'Upload and import',
|
||||||
],
|
],
|
||||||
'phpfpm' => [
|
'phpfpm' => [
|
||||||
'vhost_httpuser' => 'Local user to use for PHP-FPM (Froxlor vHost)',
|
'vhost_httpuser' => 'Local user to use for PHP-FPM (Froxlor vHost)',
|
||||||
|
|||||||
Reference in New Issue
Block a user