diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 133637b..eb886a9 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -138,16 +138,16 @@ en: no_blog_articles_posted: 'There are no blog articles posted for %{date}. Stay tuned.' activerecord: models: - blog_category: category - blog_comment: comment - blog_post: blog post + blog_category: Category + blog_comment: Comment + blog_post: Blog post attributes: blog_category: - title: title + title: Title blog_comment: name: Name email: Email message: Message blog_post: - title: title - body: body
\ No newline at end of file + title: Title + body: Body
\ No newline at end of file |