Skip to content

Commit

Permalink
Merge pull request #435 from sparc-request/jw_send_to_fulfillment_tex…
Browse files Browse the repository at this point in the history
…t_change

Jw send to fulfillment text change
  • Loading branch information
jleonardw9 committed Jun 1, 2016
2 parents 6a53a25 + 38c0a91 commit ee4708c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/helpers/dashboard/sub_service_requests_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def ready_for_fulfillment_display user, sub_service_request
end
else
# Not ready for Fulfillment
display += content_tag(:span, t(:dashboard)[:sub_service_requests][:header][:fulfillment][:not_ready])
display += content_tag(:span, t(:dashboard)[:sub_service_requests][:header][:fulfillment][:not_enabled])
end

return display
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ en:
go_to_fulfillment: "Go to Fulfillment"
in_fulfillment: "In Fulfillment"
send_to_fulfillment: "Send to Fulfillment"
not_ready: "This Sub Service Request is not ready for Fulfillment."
not_enabled: "Not enabled in SPARCCatalog."
cost: "Current Cost"
user_cost: "User Display Cost"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@

render "dashboard/sub_service_requests/header", sub_service_request: sub_service_request

expect(response).to have_tag("span", text: "This Sub Service Request is not ready for Fulfillment.")
expect(response).to have_tag("span", text: "Not enabled in SPARCCatalog.")
end
end
end
Expand Down

0 comments on commit ee4708c

Please sign in to comment.