Skip to content

Commit

Permalink
Merge pull request #2287 from gregdaynes/adjustment-label
Browse files Browse the repository at this point in the history
Update translation for Adjustment Label
  • Loading branch information
jhawthorn authored Oct 26, 2017
2 parents 55414e7 + b0a8305 commit c27eb7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/spec/features/admin/orders/adjustments_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
fill_in "adjustment_amount", with: ""
fill_in "adjustment_label", with: ""
click_button "Continue"
expect(page).to have_content("Description can't be blank")
expect(page).to have_content("Label can't be blank")
expect(page).to have_content("Amount is not a number")
end
end
Expand Down Expand Up @@ -98,7 +98,7 @@
fill_in "adjustment_amount", with: ""
fill_in "adjustment_label", with: ""
click_button "Continue"
expect(page).to have_content("Description can't be blank")
expect(page).to have_content("Label can't be blank")
expect(page).to have_content("Amount is not a number")
end
end
Expand Down
2 changes: 1 addition & 1 deletion core/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ en:
spree/adjustment:
adjustable: Adjustable
amount: Amount
label: Description
label: Label
name: Name
state: State
adjustment_reason_id: Reason
Expand Down

0 comments on commit c27eb7b

Please sign in to comment.