1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00

Merge pull request #1075 from timstott/patch-1

README correction in I18n prompts
This commit is contained in:
Lucas Mazza 2014-06-01 14:28:07 -03:00
commit e8660478f9

View file

@ -629,8 +629,8 @@ en:
user:
age: 'Rather not say'
prompts:
gender:
age: 'Select your gender'
user:
gender: 'Select your gender'
```
And your forms will use this information to render the components for you.