Skip to content
Merged
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{% if uncertain_modules is defined and uncertain_modules|length > 0 %}
{% include "@ModuleAutoUpgrade/components/scrollable-list.html.twig" with {
'title': 'Uncertain modules'|trans({}),
'description': 'The compatibility of the following modules with the destination version of PrestaShop cannot be checked. It could be because they are homemade or have been unlisted from the Marketplace. Please review them via the [1]Module Manager[/1].'|trans({
'description': 'The compatibility of the following modules with the destination version of PrestaShop could not be verified. Please review them via the [1]Module Manager[/1] and check their compatibility.'|trans({
'[1]' : '<a class="link link--external" href="' ~ module_manager_url ~'" target="_blank">',
'[/1]' : '<i class="material-icons">open_in_new</i></a>',
}),
Expand Down
Loading