Skip to content

Commit e228bf6

Browse files
committed
Updated the console binary path
1 parent 116ee7f commit e228bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,10 @@ with these tasks:
337337
.. code-block:: terminal
338338
339339
# updates the French translation file with the missing strings found in app/Resources/ templates
340-
$ ./app/console translation:update --dump-messages --force fr
340+
$ ./bin/console translation:update --dump-messages --force fr
341341
342342
# updates the English translation file with the missing strings found in AppBundle
343-
$ ./app/console translation:update --dump-messages --force en AppBundle
343+
$ ./bin/console translation:update --dump-messages --force en AppBundle
344344
345345
.. note::
346346

0 commit comments

Comments
 (0)