Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect I18n scopes used in admin/state_changes/index.html.erb #10331

Merged
merged 1 commit into from Jul 8, 2020

Conversation

gamecreature
Copy link
Contributor

Fixes an issue that the I18n scope names are not named consistent. (Which result in a crash in you enable config.action_view.raise_on_missing_translations)
Order states are named 'en.spree.order_state'. (without S)
Shipment states are named 'en.spree.shipment_states' (with S)
Payment states are named 'en.spree.payment_states' (with S)

Fixes an issue that the I18n scope names are not named consistent. (Which result in a crash in you enable config.action_view.raise_on_missing_translations)
Order states are named 'en.spree.order_state'. (without S)
Shipment states are named 'en.spree.shipment_states' (with S)
Payment states are named 'en.spree.payment_states' (with S)
@squash-labs
Copy link

squash-labs bot commented Jul 8, 2020

Manage this branch in Squash

Test this branch here: https://gamecreaturepatch-2-2bu2s.squash.io

Copy link
Member

@damianlegawiec damianlegawiec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @gamecreature 👍

@damianlegawiec damianlegawiec merged commit 869cbd6 into spree:master Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants