Skip to content

Commit

Permalink
Merge pull request #282 from aleksei-burlakov/rename-score-to-kind
Browse files Browse the repository at this point in the history
Dev: rename 'Score' to 'Kind'
  • Loading branch information
aleksei-burlakov authored Jul 30, 2024
2 parents dfdc98d + 01dd9ef commit 55c71c1
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 55c71c1

Please sign in to comment.