spec/spec_helper.rb in formulaic-0.1.1 vs spec/spec_helper.rb in formulaic-0.1.2
- old
+ new
@@ -19,18 +19,20 @@
def load_translations
I18n.backend.store_translations(:en, YAML.load(<<-TRANSLATIONS))
simple_form:
labels:
user:
- age: Age
- avatar: Avatar
+ age: Your Age
+ avatar: Your Avatar
awesome: Are you awesome?
bio: Biography
- date_of_birth: Date of birth
- email: Email
- name: Display name
+ date_of_birth: Your Date of birth
+ likes: Your Likes
+ dislikes: Your Dislikes
+ email: Your Email
+ name: Your Display name
new:
- password: Password
+ password: Your Password
phone: Phone Number
terms_of_service: I agree to the Terms of Service
url: Website
TRANSLATIONS
end