diff --git a/src/app/modules/admin/docs/guides/customization/multi-language/multi-language.html b/src/app/modules/admin/docs/guides/customization/multi-language/multi-language.html index 596782ba..45800f7f 100644 --- a/src/app/modules/admin/docs/guides/customization/multi-language/multi-language.html +++ b/src/app/modules/admin/docs/guides/customization/multi-language/multi-language.html @@ -65,7 +65,7 @@
  1. Navigate to src/app/core/core.module.ts file and remove imports of TranslocoCoreModule
  2. Remove the src/app/core/transloco directory
  3. -
  4. Do a project wide search for <language></language> and remove all instances
  5. +
  6. Do a project wide search for <languages></languages> and remove all instances
  7. Do a project wide search for LanguageModule and remove all imports
  8. Remove the src/app/layout/common/language directory
  9. Finally navigate to the package.json file, remove the "@ngneat/transloco" from dependencies list and run npm install command