diff --git a/app/views/profile/_create_article.rhtml b/app/views/profile/_create_article.rhtml index 5e06034..afd7716 100644 --- a/app/views/profile/_create_article.rhtml +++ b/app/views/profile/_create_article.rhtml @@ -4,7 +4,7 @@

<%= link_to activity.user.short_name(20), activity.user.url %> - <%= _("on community %s") % link_to(activity.target.profile.short_name(20), activity.target.profile.url) if activity.target.profile.is_a?(Community) %> + <%= _("has published on community %s") % link_to(activity.target.profile.short_name(20), activity.target.profile.url) if activity.target.profile.is_a?(Community) %>

<%= link_to(activity.params['name'], activity.params['url']) %>
-- libgit2 0.21.2