make naming less git related

This commit is contained in:
Matthias 2021-11-04 13:19:08 +01:00
parent 2fc8efbfb2
commit 41954fd2d6
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -51,7 +51,7 @@
<p>{% 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.' %}</p> <p>{% 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.' %}</p>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<h4>{% trans "Code information" %}</h4> <h4>{% trans "Package information" %}</h4>
<table class='table table-striped table-condensed'> <table class='table table-striped table-condensed'>
<col width='25'> <col width='25'>
<tr> <tr>
@ -72,12 +72,12 @@
</tr> </tr>
<tr> <tr>
<td><span class='text-{{plugin.sign_color}} fas fa-check'></span></td> <td><span class='text-{{plugin.sign_color}} fas fa-check'></span></td>
<td>{% trans "Commit Sign Status" %}</td> <td>{% trans "Sign Status" %}</td>
<td class="bg-{{plugin.sign_color}}">{% if plugin.package.verified %}{{ plugin.package.verified }}: {% endif%}{{ plugin.sign_state.msg }}</td> <td class="bg-{{plugin.sign_color}}">{% if plugin.package.verified %}{{ plugin.package.verified }}: {% endif%}{{ plugin.sign_state.msg }}</td>
</tr> </tr>
<tr> <tr>
<td><span class='text-{{plugin.sign_color}} fas fa-key'></span></td> <td><span class='text-{{plugin.sign_color}} fas fa-key'></span></td>
<td>{% trans "Commit Sign Key" %}</td> <td>{% trans "Sign Key" %}</td>
<td class="bg-{{plugin.sign_color}}">{{ plugin.package.key }}{% include "clip.html" %}</td> <td class="bg-{{plugin.sign_color}}">{{ plugin.package.key }}{% include "clip.html" %}</td>
</tr> </tr>
</table> </table>