diff --git a/app/views/dashboard/issues.html.haml b/app/views/dashboard/issues.html.haml
index 8b736fb..2d378b8 100644
--- a/app/views/dashboard/issues.html.haml
+++ b/app/views/dashboard/issues.html.haml
@@ -3,7 +3,7 @@
%span.pull-right #{@issues.total_count} issues
%p.light
- For all issues you should visit project issues page. Or you can use search panel to find specific issue
+ For all issues you should visit the project's issues page. Or use the search panel to find a specific issue.
%hr
.row
diff --git a/app/views/dashboard/merge_requests.html.haml b/app/views/dashboard/merge_requests.html.haml
index 6ffe540..9c96ede 100644
--- a/app/views/dashboard/merge_requests.html.haml
+++ b/app/views/dashboard/merge_requests.html.haml
@@ -4,7 +4,7 @@
%p.light
- Only merge requests authored or assigned to you are listed here.
+ Only merge requests created by you or assigned to you are listed here.
%hr
.row
.span3
diff --git a/app/views/dashboard/projects.html.haml b/app/views/dashboard/projects.html.haml
index 7e41390..fc81619 100644
--- a/app/views/dashboard/projects.html.haml
+++ b/app/views/dashboard/projects.html.haml
@@ -1,6 +1,6 @@
%h3.page-title My Projects
%p.light
- All projects you have access to are listed here. Public projects are not included here unless you have membership in it
+ All projects you have access to are listed here. Public projects are not included here unless you have membership in them
%hr
.row
.span3
--
libgit2 0.21.2