diff --git a/app/views/books/show.html.erb b/app/views/books/show.html.erb index 45e24cc..26ffc90 100644 --- a/app/views/books/show.html.erb +++ b/app/views/books/show.html.erb @@ -15,7 +15,7 @@ <% end %>

- <%= "Author".pluralize(@book.authors.count) %> + <%= t(:book_authors, count: @book.authors.count) %>