app/views/spree/admin/adjustments/_form.html.erb in solidus_backend-2.4.2 vs app/views/spree/admin/adjustments/_form.html.erb in solidus_backend-2.5.0.beta1

- old
+ new

@@ -18,10 +18,10 @@ </div> <div class="col-3"> <%= f.field_container :label do %> <%= f.label :adjustment_reason_id %><br/> - <%= f.collection_select(:adjustment_reason_id, reasons_for(@adjustment), :id, :name, {include_blank: true}, {"data-placeholder" => Spree.t(:select_a_reason), class: 'custom-select fullwidth'}) %> + <%= f.collection_select(:adjustment_reason_id, reasons_for(@adjustment), :id, :name, {include_blank: true}, {"data-placeholder" => t('spree.select_a_reason'), class: 'custom-select fullwidth'}) %> <% end %> </div> </div> </div>