From 5e14a35607b94a79ebc5ae23962456930bdff12d Mon Sep 17 00:00:00 2001 From: cahrens Date: Wed, 19 Apr 2017 14:32:44 -0400 Subject: [PATCH] Change "Choose one" to "Select a group type". --- cms/static/js/xblock/authoring.js | 2 +- cms/templates/visibility_editor.html | 2 +- common/test/acceptance/tests/studio/test_studio_container.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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)