Skip to content

Commit

Permalink
IBX-6475: fix transaltions (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti authored Oct 25, 2023
1 parent 0f95168 commit 17f7e51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</button>
<div class="ibexa-extra-actions__header-subtitle">
{% if content is defined %}
{{ 'content.create.editing_details'|trans({ '%content_name%': ibexa_content_name(content) })|desc('under %content_name%') }}
{{ 'content.create.editing_details'|trans({ '%content%': ibexa_content_name(content) })|desc('under %content%') }}
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 17f7e51

Please sign in to comment.