Skip to content

Commit 8fae306

Browse files
authored
Added translation tag for some elements
Added translation tag for some elements
1 parent 1b6c4b5 commit 8fae306

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

websiteFunctions/templates/websiteFunctions/listWebsites.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ <h2 id="domainNamePage">{% trans "List Websites" %}
5959
<h2 style="display: inline; color: #414C59;" ng-bind="web.domain"></h2>
6060
</a>
6161
<a target="_self" href="/filemanager/{$ web.domain $}" title="Open File Manager"> --
62-
File Manager</a>
62+
{% trans "File Manager" %}</a>
6363
</div>
6464
<div class="col-md-2 content-box-header" style="text-transform: none;">
6565
<a href="/websites/{$ web.domain $}" target="_self" title="Manage Website">
6666
<i class="p fa fa-external-link btn-icon">&emsp;</i>
67-
<span>Manage</span>
67+
<span>{% trans "Manage" %}</span>
6868
</a>
6969
</div>
7070
</div>
@@ -83,7 +83,7 @@ <h2 style="display: inline; color: #414C59;" ng-bind="web.domain"></h2>
8383
<i class="p fa fa-lock btn-icon text-muted" data-toggle="tooltip" data-placement="right"
8484
title="SSL">&emsp;</i>
8585
<span><a ng-click="issueSSL(web.domain)" href=""
86-
style="text-transform: none">Issue SSL</a></span>
86+
style="text-transform: none">{% trans "Issue SSL" %}</a></span>
8787
</div>
8888
</div>
8989
<div class="col-md-12">

0 commit comments

Comments
 (0)