mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
Add missing translations and add eventThemeType missing config
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{% extends '@ChillMain/Admin/layoutWithVerticalMenu.html.twig' %}
|
||||
|
||||
{% block title %}{{ 'admin.title.Event budget element list'|trans }}{% endblock title %}
|
||||
{% block title %}{{ 'event.admin.title.Event budget element list'|trans }}{% endblock title %}
|
||||
|
||||
{% block admin_content %}
|
||||
|
||||
<h1>{{ 'admin.title.Event budget element list'|trans }}</h1>
|
||||
<h1>{{ 'event.admin.title.Event budget element list'|trans }}</h1>
|
||||
|
||||
<table class="records_list table table-bordered border-dark">
|
||||
<thead>
|
||||
@@ -44,7 +44,7 @@
|
||||
<ul class="record_actions sticky-form-buttons">
|
||||
<li>
|
||||
<a href="{{ path('chill_crud_event_budget_kind_new') }}" class="btn btn-create">
|
||||
{{ 'admin.new.Create a new budget kind'|trans }}
|
||||
{{ 'event.admin.new.Create a new budget kind'|trans }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user