Commit 3fedb4f0 by Nimisha Asthagiri

Rename Section to Subsection in a11y label

parent 2fe4df77
......@@ -96,7 +96,7 @@ class @Sequence
if is_at_boundary and boundary_url == 'None'
@disableButton(button_class)
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)
@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