Преглед на файлове

Update SonataAdminBundle.en.xliff

It was missing the variable %object% in message_delete_confirmation translation from SonataAdminBundle:CRUD:delete.html.twig
Cassiano преди 11 години
родител
ревизия
3b32e72029
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Resources/translations/SonataAdminBundle.en.xliff

+ 1 - 1
Resources/translations/SonataAdminBundle.en.xliff

@@ -184,7 +184,7 @@
             </trans-unit>
             <trans-unit id="message_delete_confirmation">
                 <source>message_delete_confirmation</source>
-                <target>Are you sure you want to delete the selected element?</target>
+                <target>Are you sure you want to delete the selected "%object%" element?</target>
             </trans-unit>
             <trans-unit id="btn_delete">
                 <source>btn_delete</source>