Skip to content

Commit 2f68102

Browse files
authored
[5.2] Email alt text on contact (#44491)
1 parent b2258c9 commit 2f68102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/com_contact/src/View/Contact/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public function display($tpl = null)
270270
if ($item->params->get('icon_email')) {
271271
$item->params->set(
272272
'marker_email',
273-
HTMLHelper::_('image', $item->params->get('icon_email', ''), Text::_('COM_CONTACT_EMAIL'), false)
273+
HTMLHelper::_('image', $item->params->get('icon_email', ''), Text::_('COM_CONTACT_EMAIL_LABEL'), false)
274274
);
275275
}
276276

0 commit comments

Comments
 (0)