Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions src/bundle/Resources/translations/messages.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -121,26 +121,6 @@
<target state="new">words</target>
<note>key: character_counter.words</note>
</trans-unit>
<trans-unit id="21e7545fc420d95a59a713437d9dc28d85d82ceb" resname="content.details.content_id">
<source>Content ID: %contentId%</source>
<target state="new">Content ID: %contentId%</target>
<note>key: content.details.content_id</note>
</trans-unit>
<trans-unit id="fbf8f503b8af11a779316ffa7e12085401212748" resname="content.details.created_by">
<source>Created by %name%</source>
<target state="new">Created by %name%</target>
<note>key: content.details.created_by</note>
</trans-unit>
<trans-unit id="b703ce905c39239f607ffa395acf83d2dd6046f0" resname="content.details.location_id">
<source>Location ID: %locationId%</source>
<target state="new">Location ID: %locationId%</target>
<note>key: content.details.location_id</note>
</trans-unit>
<trans-unit id="fc543140fe88431b31013a20fbceef4ecf9e7430" resname="content.details.parent_location_id">
<source>Parent Location ID: %locationId%</source>
<target state="new">Parent Location ID: %locationId%</target>
<note>key: content.details.parent_location_id</note>
</trans-unit>
<trans-unit id="e136be672df8eb27dc4eb2f1ce0650096090bf81" resname="content.hidden.message">
<source>You don't have permissions to view this Content item (contentID: %contentId%).</source>
<target state="new">You don't have permissions to view this Content item (contentID: %contentId%).</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{% endif %}

{% block after_action_name %}
{{ ibexa_render_component_group('content-form-edit-header-info-bar-extras', {}) }}
{{ ibexa_twig_component_group('content-form-edit-header-info-bar-extras', {}) }}
{% endblock %}
</div>
</div>
Expand Down Expand Up @@ -56,7 +56,7 @@
<div class="ibexa-edit-header__meta">
<div class="ibexa-edit-header__meta-item">
<svg class="ibexa-icon ibexa-icon--tiny-small">
<use xlink:href="{{ ibexa_icon_path('translate') }}"></use>
<use xlink:href="{{ ibexa_icon_path('translation-language') }}"></use>
</svg>
{{ language.name }}
</div>
Expand Down
Loading