Hi Guys!
Just to let you know that the Publish Layout Form is missing a translation:
It can be found in code right there: CMS Folder\views\layout-form-publish.twig: line 79
It’s escaping from the translation file.
Thank you!
Hi Guys!
Just to let you know that the Publish Layout Form is missing a translation:
It can be found in code right there: CMS Folder\views\layout-form-publish.twig: line 79
It’s escaping from the translation file.
Thank you!
I have added a provisory code in my custom theme to prevent this unstranlated item:
{% set formsMessage %}{% trans "Are you sure you want to publish this Layout? If it is already in use the update will automatically get pushed." %}{% endset %}
{{ forms.message(formsMessage) }}
Thank you for posting, this will be fixed in the upcoming 3.1.1 release
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.