From 073121be9172a1a453a04b3516492df1ee3961ad Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 26 Jan 2015 10:42:05 -0700 Subject: [PATCH] Update en.yml Both of these translations are called from the `addresses_controller.rb`, but are not defined in the translations. --- config/locales/en.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index aa20f942..d8cce65c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -9,6 +9,8 @@ en: edit_shipping_address: "Edit Shipping Address" no_shipping_addresses_on_file: "No shipping addresses on file" shipping_addresses: "Shipping Addresses" + successfully_created: "Address has been successfully created." + successfully_removed: "Address has been successfully removed." successfully_saved: "Saved successfully" unsuccessfully_saved: "There was an error while trying to save your address." successfully_updated: "Updated successfully"