From 12b45b4250309f86ae0631243e33fda9910b47f6 Mon Sep 17 00:00:00 2001 From: Seige Date: Wed, 21 Jun 2023 21:27:52 +0100 Subject: [PATCH] Improve warning message --- py-kms/templates/clients.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py-kms/templates/clients.html b/py-kms/templates/clients.html index fb3340b..cd0e7cc 100644 --- a/py-kms/templates/clients.html +++ b/py-kms/templates/clients.html @@ -95,9 +95,9 @@ th {

Whoops?

- This page seems to be empty, because no clients are available. Try to use the server with a compartible client to add it to the database. + This page appears empty as there are no available clients. To populate it, utilise a server equipped with a compatible client to add the necessary data to the database.
{% endif %} {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}