Commit 133f0f79 by Nimisha Asthagiri

Merge pull request #11997 from edx/tnl/update-name-to-subsection

Rename Section to Subsection in a11y label
parents 7b549bc3 3fedb4f0
...@@ -96,7 +96,7 @@ class @Sequence ...@@ -96,7 +96,7 @@ class @Sequence
if is_at_boundary and boundary_url == 'None' if is_at_boundary and boundary_url == 'None'
@disableButton(button_class) @disableButton(button_class)
else else
button_label = action_label_prefix + (if is_at_boundary then ' Section' else ' Unit') button_label = action_label_prefix + (if is_at_boundary then ' Subsection' else ' Unit')
@setButtonLabel(button_class, button_label) @setButtonLabel(button_class, button_label)
@enableButton(button_class, button_action) @enableButton(button_class, button_action)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment