Rename Section to Subsection in a11y label

This commit is contained in:
Nimisha Asthagiri
2016-03-30 18:46:32 -04:00
parent 2fe4df77d0
commit 3fedb4f057

View File

@@ -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)