From ec95dfa8e670f02aecdcfa14cc82fa09963525a2 Mon Sep 17 00:00:00 2001 From: Nick Pratley Date: Sat, 27 Mar 2021 09:03:16 +1100 Subject: [PATCH] using translations instead of raw text --- databases/templates/databases/listDataBases.html | 4 +++- userManagment/templates/userManagment/listUsers.html | 4 +++- .../templates/websiteFunctions/listWebsites.html | 12 +++++++----- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/databases/templates/databases/listDataBases.html b/databases/templates/databases/listDataBases.html index 9423ec949..8e5c976b5 100755 --- a/databases/templates/databases/listDataBases.html +++ b/databases/templates/databases/listDataBases.html @@ -10,7 +10,9 @@
-

{% trans "List Databases" %}

+

{% trans "List Databases" %} + {% trans "Create Database" %} +

{% trans "List Databases or change their passwords." %}

diff --git a/userManagment/templates/userManagment/listUsers.html b/userManagment/templates/userManagment/listUsers.html index 05271bf79..0d8c0a591 100755 --- a/userManagment/templates/userManagment/listUsers.html +++ b/userManagment/templates/userManagment/listUsers.html @@ -10,7 +10,9 @@
-

{% trans "List Users" %}

+

{% trans "List Users" %} + {% trans "Create User" %} +

{% trans "List Users that you own." %}

diff --git a/websiteFunctions/templates/websiteFunctions/listWebsites.html b/websiteFunctions/templates/websiteFunctions/listWebsites.html index 8fd9a21dd..fe9ccd4c2 100755 --- a/websiteFunctions/templates/websiteFunctions/listWebsites.html +++ b/websiteFunctions/templates/websiteFunctions/listWebsites.html @@ -16,8 +16,10 @@
-

{% trans "List Websites" %}

+

{% trans "List Websites" %} + {% trans "Create Website" %} +

+

{% trans "On this page you can launch, list, modify and delete websites from your server." %}

@@ -48,7 +50,7 @@ background-repeat: no-repeat; background-size: cover; position: relative;" - class="col-lg-3 col-md-12"> + class="col-lg-3 col-md-12">