diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js index d0c7af2789..99d6b939e0 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js @@ -259,7 +259,7 @@ vm.editors.splice(editorIndex, 1); //remove variant from open variants vm.openVariants.splice(editorIndex, 1); - //update cculture to reflect the last open variant (closing the split view corresponds to selecting the other variant) + //update the current culture to reflect the last open variant (closing the split view corresponds to selecting the other variant) $location.search("cculture", vm.openVariants[0]); splitViewChanged(); }, 400);