displayed footer icon link tooltip
This commit is contained in:
@@ -29,7 +29,7 @@ class EdlpSearchLinkBlock extends BlockBase {
|
||||
'attributes' => array(
|
||||
'data-drupal-link-system-path' => $url->getInternalPath(),
|
||||
'class' => array('ajax-link'),
|
||||
'title' => t('Search sounds by title, speaker, language, genre or entry'),
|
||||
'alt' => t('Search sounds by title, speaker, language, genre or entry'),
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
@@ -60,7 +60,7 @@ class StudioLinkBlock extends BlockBase implements ContainerFactoryPluginInterf
|
||||
'attributes' => array(
|
||||
'data-drupal-link-system-path' => $url->getInternalPath(),
|
||||
'class' => array('ajax-link'),
|
||||
'title' => t('The studio displays your bookmarked sounds. You can save them and create your own playlists'),
|
||||
'alt' => t('The studio displays your bookmarked sounds. You can save them and create your own playlists'),
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user