diff --git a/app/views/authors/_authors.html.erb b/app/views/authors/_authors.html.erb index 66b5806..4893ed3 100644 --- a/app/views/authors/_authors.html.erb +++ b/app/views/authors/_authors.html.erb @@ -1,4 +1,4 @@ -

<%= pluralize(@authors.count, "co-author") %>

+

<%= t(:author_coauthor, count: @authors.count) %>