update(Dashboard additionalRow): opens tooltip when hovering over the button to add a now line to the dashboard grid

This commit is contained in:
SimonGschnell
2025-05-19 09:09:48 +02:00
parent 875a788476
commit df108482eb
2 changed files with 22 additions and 2 deletions
+20
View File
@@ -40581,6 +40581,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'dashboard',
'phrase' => 'addLine',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Weitere Zeile hinzufügen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Add another line',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'dashboard',