From 41954fd2d6110d16c47df437c37e3bf08c55969f Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 4 Nov 2021 13:19:08 +0100 Subject: [PATCH] make naming less git related --- InvenTree/templates/InvenTree/settings/plugin_settings.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/InvenTree/templates/InvenTree/settings/plugin_settings.html b/InvenTree/templates/InvenTree/settings/plugin_settings.html index 132415a5a6..e10a4f8db3 100644 --- a/InvenTree/templates/InvenTree/settings/plugin_settings.html +++ b/InvenTree/templates/InvenTree/settings/plugin_settings.html @@ -51,7 +51,7 @@

{% 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 "Code information" %}

+

{% trans "Package information" %}

@@ -72,12 +72,12 @@ - + - +
{% trans "Commit Sign Status" %}{% trans "Sign Status" %} {% if plugin.package.verified %}{{ plugin.package.verified }}: {% endif%}{{ plugin.sign_state.msg }}
{% trans "Commit Sign Key" %}{% trans "Sign Key" %} {{ plugin.package.key }}{% include "clip.html" %}