You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/multisite/languages/back_office_translations.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,5 +117,8 @@ The language to display is then selected automatically based on [user preference
117
117
118
118
!!! note
119
119
120
-
Run `composer run post-update-cmd` which installs your JavaScript translations by using `BazingaJsTranslationBundle`, and clears the cache of the default Siteaccess.
121
-
Run `php bin/console cache:clear --siteaccess=admin` to clear the back office cache (adapt SiteAccess if needed).
120
+
Run `composer run post-update-cmd` which installs your JavaScript translations by using `BazingaJsTranslationBundle`,
121
+
and clears the cache of the default Siteaccess.
122
+
123
+
Run `php bin/console cache:clear --siteaccess=admin` to clear the back office cache.
124
+
You may need to replace `admin` with the back office's SiteAccess name used in your installation.
0 commit comments