Thomas Rabaix 10 лет назад
Родитель
Сommit
833b050194
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Resources/views/standard_layout.html.twig

+ 1 - 1
Resources/views/standard_layout.html.twig

@@ -60,7 +60,7 @@ file that was distributed with this source code.
 
 
                 {# omit default EN locale #}
                 {# omit default EN locale #}
                 {% if locale[:2] != 'en' %}
                 {% if locale[:2] != 'en' %}
-                    <script src="{{ asset('bundles/sonataadmin/vendor/select2/select2_locale_' ~ locale|replace({'_':'-'}) ~ '.js') }}"></script>
+                    <script src="{{ asset('bundles/sonatacore/vendor/select2/select2_locale_' ~ locale|replace({'_':'-'}) ~ '.js') }}"></script>
                 {% endif %}
                 {% endif %}
             {% endif %}
             {% endif %}