Commit c0c39426 authored by Douwe Maan's avatar Douwe Maan

Merge branch '33819-authorby' into 'master'

correct ByAuthor translation in commit box

Closes #33819

See merge request !12256
parents b18c12ec 8cef4b5e
......@@ -6,7 +6,7 @@
= clipboard_button(text: @commit.id, title: _("Copy commit SHA to clipboard"))
%span.hidden-xs authored
#{time_ago_with_tooltip(@commit.authored_date)}
%span= _('ByAuthor|by')
%span= s_('ByAuthor|by')
= author_avatar(@commit, size: 24)
%strong
= commit_author_link(@commit, avatar: true, size: 24)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment