Skip to content

Commit

Permalink
Dev: rename 'Score' to 'Kind'
Browse files Browse the repository at this point in the history
Score is the numeric value of the constraint.
Kind is its kind: Mandatory, Optional, Serialize.
  • Loading branch information
Aleksei Burlakov committed Jul 30, 2024
1 parent a8881f4 commit 4c4956e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawk/app/views/orders/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<% end %>
<div class="form-group" data-help-filter=".row.score" id="order_score_group">
<label class="col-sm-5 control-label" for="order_score">
<%= _("Score") %>
<%= _("Kind") %>
</label>
<div class="col-sm-7">
<div class="input-group">
Expand Down

0 comments on commit 4c4956e

Please sign in to comment.