summaryrefslogtreecommitdiff
path: root/app/views/dashboard/merge_requests.html.haml
diff options
context:
space:
mode:
authorRob Taylor <robt@hoopassociates.co.uk>2012-07-24 11:22:13 +0100
committerRob Taylor <robt@hoopassociates.co.uk>2012-07-24 11:22:13 +0100
commitdce6f7beb4db3074d989d57318e3b4c1b7e9bd00 (patch)
treed3431e47ce7cdb570e142d9ad9c79fcff3357d51 /app/views/dashboard/merge_requests.html.haml
parent8b7e404b5b6944e9c92cc270b2e5d0005781d49d (diff)
downloadgitlab-ce-dce6f7beb4db3074d989d57318e3b4c1b7e9bd00.tar.gz
Updated merge request subheading.
Changed "authored or assigned to you" to read "authored by or assigned to you" which reads better.
Diffstat (limited to 'app/views/dashboard/merge_requests.html.haml')
-rw-r--r--app/views/dashboard/merge_requests.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/merge_requests.html.haml b/app/views/dashboard/merge_requests.html.haml
index ce3cd6b5959..407bf532422 100644
--- a/app/views/dashboard/merge_requests.html.haml
+++ b/app/views/dashboard/merge_requests.html.haml
@@ -1,6 +1,6 @@
%h3.page_title
Merge Requests
- %small (authored or assigned to you)
+ %small (authored by or assigned to you)
%small.right #{@merge_requests.total_count} merge requests
%br