displayed footer icon link tooltip

This commit is contained in:
2018-10-24 12:58:46 +02:00
parent c0412724d7
commit 96bd3dc133
6 changed files with 21 additions and 5 deletions
@@ -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'),
)
)
);