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 29, 2024
1 parent a8881f4 commit ffab0e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hawk/app/views/colocations/_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="colocation_score_group">
<label class="col-sm-5 control-label" for="colocation_score">
<%= _("Score") %>
<%= _("Kind") %>
</label>
<div class="col-sm-7">
<div class="input-group">
Expand Down
2 changes: 1 addition & 1 deletion hawk/app/views/locations/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="panel-body">
<div class="form-group" data-help-filter=".row.score">
<label class="col-sm-5 control-label" for="simple-score">
<%= _("Score") %>
<%= _("Kind") %>
</label>
<div class="col-sm-7">
<div class="input-group">
Expand Down
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
2 changes: 1 addition & 1 deletion hawk/app/views/resources/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<%= _("Type") %>
</th>
<th>
<%= _("Score") %>
<%= _("Kind") %>
</th>
<th>
<%= _("To") %>
Expand Down

0 comments on commit ffab0e4

Please sign in to comment.