Accessibility: added missing 'title' attributes in the Galaxies index page.

pull/8423/head
Olivier BERT 2022-05-30 15:39:22 +02:00
parent 703b78c631
commit 4f54c8859c
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@
'actions' => array(
array(
'url' => '/galaxies/view',
'title' => __('View'),
'url_params_data_paths' => array(
'Galaxy.id'
),
@ -136,6 +137,7 @@
),
array(
'url' => '/galaxies/delete',
'title' => __('Delete'),
'url_params_data_paths' => array(
'Galaxy.id'
),