diff --git a/InvenTree/templates/InvenTree/settings/plugin_settings.html b/InvenTree/templates/InvenTree/settings/plugin_settings.html
index 633b41a000..7ded0b4a08 100644
--- a/InvenTree/templates/InvenTree/settings/plugin_settings.html
+++ b/InvenTree/templates/InvenTree/settings/plugin_settings.html
@@ -38,17 +38,19 @@
{% trans "Commit Message" %} | {{ plugin.commit.message }}{% include "clip.html" %} |
{% if plugin.sign_state == 0 %}
- {% define 'text-success' as sign_color %}
+ {% define 'success' as sign_color %}
{% else %}
- {% define 'text-danger' as sign_color %}
+ {% define 'danger' as sign_color %}
{% endif %}
- |
- {% trans "Commit verified" %} | {{ plugin.commit.verified }} |
+ |
+ {% trans "Commit verified" %} |
+ {{ plugin.commit.verified }} |
- |
- {% trans "Commit Sign Key" %} | {{ plugin.commit.key }}{% include "clip.html" %} |
+ |
+ {% trans "Commit Sign Key" %} |
+ {{ plugin.commit.key }}{% include "clip.html" %} |