From 9c66792d4096845870a90e723f7755618dec3833 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:08:48 +0100 Subject: [PATCH] Update docs/multisite/languages/back_office_translations.md --- docs/multisite/languages/back_office_translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/multisite/languages/back_office_translations.md b/docs/multisite/languages/back_office_translations.md index 0e2906838c..2cc69f5143 100644 --- a/docs/multisite/languages/back_office_translations.md +++ b/docs/multisite/languages/back_office_translations.md @@ -118,7 +118,7 @@ The language to display is then selected automatically based on [user preference !!! note Run `composer run post-update-cmd` which installs your JavaScript translations by using `BazingaJsTranslationBundle`, - and clears the cache of the default Siteaccess. + and clears the cache of the default SiteAccess. Run `php bin/console cache:clear --siteaccess=admin` to clear the back office cache. You may need to replace `admin` with the back office's SiteAccess name used in your installation.