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')
]
]
]
];