summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-09-22 17:06:19 -0400
committerRobert Speicher <rspeicher@gmail.com>2012-09-22 17:06:30 -0400
commitad3eefdcb8cf08007c45876afea20109b5984876 (patch)
treec2c5b6f15dc7e835b9d7c94ad2599c75ee87a186 /app/views
parent4afb7b7cb7b42688bea70298c80b4735f59dab22 (diff)
downloadgitlab-ce-ad3eefdcb8cf08007c45876afea20109b5984876.tar.gz
Minor grammar change
[ci skip]
Diffstat (limited to 'app/views')
-rw-r--r--app/views/events/_event_last_push.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event_last_push.html.haml b/app/views/events/_event_last_push.html.haml
index aa1d28f2be3..81b9994cff5 100644
--- a/app/views/events/_event_last_push.html.haml
+++ b/app/views/events/_event_last_push.html.haml
@@ -2,7 +2,7 @@
.event_lp
%div
= image_tag gravatar_icon(event.author_email), class: "avatar"
- %span Your pushed to
+ %span You pushed to
= event.ref_type
= link_to project_commits_path(event.project, ref: event.ref_name) do
%strong= truncate(event.ref_name, length: 28)