summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-13 07:41:52 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-13 07:42:13 -0700
commitc5503a99bc2cd5742800377e36ed0e564a0170d3 (patch)
treee783a93221b2bf6348e8dc80a5549fa1e7e065cd
parent6bb96760415ca0b6e23dae1e07a60d49f631470c (diff)
downloadgitlab-ce-c5503a99bc2cd5742800377e36ed0e564a0170d3.tar.gz
Change committed text to authored
-rw-r--r--app/views/projects/commits/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index 07c5df0b23a..d66066a6d0b 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -39,7 +39,7 @@
.commiter
- commit_author_link = commit_author_link(commit, avatar: false, size: 24)
- commit_timeago = time_ago_with_tooltip(commit.authored_date, placement: 'bottom')
- - commit_text = _('%{commit_author_link} committed %{commit_timeago}') % { commit_author_link: commit_author_link, commit_timeago: commit_timeago }
+ - commit_text = _('%{commit_author_link} authored %{commit_timeago}') % { commit_author_link: commit_author_link, commit_timeago: commit_timeago }
#{ commit_text.html_safe }
.commit-actions.flex-row.hidden-xs