From 76fe774b6e3edc4a8a35cdc4ebf8f1897f55c383 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 30 Dec 2021 23:11:12 +1100 Subject: [PATCH] Visual tweaks --- InvenTree/templates/InvenTree/settings/plugin_settings.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/InvenTree/templates/InvenTree/settings/plugin_settings.html b/InvenTree/templates/InvenTree/settings/plugin_settings.html index e3b1f18046..f8ab02de3e 100644 --- a/InvenTree/templates/InvenTree/settings/plugin_settings.html +++ b/InvenTree/templates/InvenTree/settings/plugin_settings.html @@ -67,7 +67,10 @@ {% if plugin.is_package == False %} -

{% trans 'The code information is pulled from the latest git commit for this plugin. It might not reflect official version numbers or information but the actual code running.' %}

+
+ {% trans 'The code information is pulled from the latest git commit for this plugin. It might not reflect official version numbers or information but the actual code running.' %} +
+ {% endif %}