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

[Admin] Change shipment email checkbox label #3490

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/spec/features/admin/orders/shipments_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def ship_shipment
end

it "doesn't send a shipping confirmation email when ask to suppress the mailer" do
uncheck 'Send Mailer'
uncheck 'Send Shipment Email'

expect {
perform_enqueued_jobs {
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 @@ -1957,7 +1957,7 @@ en:
select_a_stock_location: Select a stock location
selected_quantity_not_available: selected of %{item} is not available.
send_copy_of_all_mails_to: Send Copy of All Mails To
send_mailer: Send Mailer
send_mailer: Send Shipment Email
send_mails_as: Send Mails As
server: Server
server_error: The server returned an error
Expand Down