We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd48322 commit 14cd49dCopy full SHA for 14cd49d
config/locales/en.yml
@@ -39,4 +39,5 @@ en:
39
distribution:
40
issued_at: "Distribution date and time"
41
models:
42
- product_drive: "Product Drive"
+ product_drive: "Product Drive"
43
+ donation_site: "Donation Site"
spec/system/donation_system_spec.rb
@@ -362,7 +362,7 @@
362
363
it "Allows User to create a Donataion Site from donation" do
364
select Donation::SOURCES[:donation_site], from: "donation_source"
365
- select "---Create New Donation site---", from: "donation_donation_site_id"
+ select "---Create New Donation Site---", from: "donation_donation_site_id"
366
367
find(".modal-content")
368
expect(page).to have_content("New Donation Site")
0 commit comments