diff --git a/cms/static/js/xblock/authoring.js b/cms/static/js/xblock/authoring.js index 5cb7bf288c..36140b6f76 100644 --- a/cms/static/js/xblock/authoring.js +++ b/cms/static/js/xblock/authoring.js @@ -14,7 +14,7 @@ // Get the selected user partition (only allowed to select one). partitionId = parseInt(element.find('.partition-visibility select').val(), 10); - // "All Learners and Staff" is selected (or "Choose one", which is only shown when + // "All Learners and Staff" is selected (or "Select a group type", which is only shown when // current visibility is "All Learners and Staff" at the time the dialog is opened). if (partitionId === -1) { return {}; diff --git a/cms/templates/visibility_editor.html b/cms/templates/visibility_editor.html index 2d66dc4a08..7b15cc91ff 100644 --- a/cms/templates/visibility_editor.html +++ b/cms/templates/visibility_editor.html @@ -67,7 +67,7 @@ is_staff_locked = ancestor_has_staff_lock(xblock)