Skip to content

Commit

Permalink
MDL-84148 tool_lp: clarify the primary save action of scales dialogue.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulholden committed Jan 9, 2025
1 parent f4f1666 commit 134a87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/lp/templates/scale_configuration_page.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</div>

<div data-region="scale-buttons" class="mt-1 float-sm-end">
<input type="button" class="btn btn-secondary" data-action="close" value="{{#str}}closebuttontitle{{/str}}"/>
<input type="button" class="btn btn-secondary" data-action="cancel" value="{{#str}}cancel{{/str}}"/>
<input type="button" class="btn btn-primary" data-action="close" value="{{#str}}save{{/str}}"/>
</div>
<div class="clearfix"></div>

0 comments on commit 134a87b

Please sign in to comment.