Skip to content

Commit 03863b3

Browse files
author
Indaco
committed
fixing install Mautic link and title.
the Mautic image button refers to install Magento both as href and title
1 parent 2d4c0a5 commit 03863b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

websiteFunctions/templates/websiteFunctions/website.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,8 +1049,8 @@ <h3 class="content-box-header">
10491049
</div>
10501050

10511051
<div class="col-md-3 panel-body">
1052-
<a href="{$ installMagentoURL $}" target="_blank"
1053-
title="{% trans 'Install Magento' %}">
1052+
<a href="{$ installMauticURL $}" target="_blank"
1053+
title="{% trans 'Install Mautic' %}">
10541054
<img src="{% static 'images/icons/mautic.png' %}" width="65" class="mr-10">
10551055
</a>
10561056
<a href="{$ installMauticURL $}" target="_blank"

0 commit comments

Comments
 (0)