File tree Expand file tree Collapse file tree
websiteFunctions/templates/websiteFunctions Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ">  </ 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 ">  </ 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 ">
You can’t perform that action at this time.
0 commit comments