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 "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" %} |