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:
commit
e8660478f9
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue