diff --git a/rhodecode/templates/journal/journal.html b/rhodecode/templates/journal/journal.html --- a/rhodecode/templates/journal/journal.html +++ b/rhodecode/templates/journal/journal.html @@ -38,7 +38,7 @@ %for entry in c.following:
%if entry.follows_user_id: - ${_('user')} + ${_('user')} ${entry.follows_user.full_contact} %endif @@ -50,9 +50,9 @@
%if entry.follows_repository.private: - ${_('private repository')} + ${_('private repository')} %else: - ${_('public repository')} + ${_('public repository')} %endif ${h.link_to(entry.follows_repository.repo_name,h.url('summary_home',