Small categorization adjustments

This commit is contained in:
Raphael Michel
2020-02-08 13:14:19 +01:00
parent e4619eeca3
commit 3ea4cdc3b3
5 changed files with 6 additions and 6 deletions

View File

@@ -58,7 +58,7 @@
</div>
{% endif %}
</td>
<td class="text-right flip">
<td class="text-right flip" width="20%">
{% if plugin.app.compatibility_errors %}
<button class="btn disabled btn-block btn-default"
disabled="disabled">{% trans "Incompatible" %}</button>

View File

@@ -221,7 +221,7 @@ class EventPlugins(EventSettingsViewMixin, EventPermissionRequiredMixin, Templat
'PAYMENT',
'INTEGRATION',
'CUSTOMIZATION',
'FORMATS',
'FORMAT',
'API',
]
labels = {
@@ -229,7 +229,7 @@ class EventPlugins(EventSettingsViewMixin, EventPermissionRequiredMixin, Templat
'PAYMENT': _('Payment providers'),
'INTEGRATION': _('Integrations'),
'CUSTOMIZATION': _('Customizations'),
'FORMATS': _('Output and export formats'),
'FORMAT': _('Output and export formats'),
'API': _('API features'),
}
context['plugins'] = sorted([