Fix spelling of plural project (projects and not project's).
This commit is contained in:
parent
faafde2d2b
commit
9d3d0a9e18
2 changed files with 2 additions and 2 deletions
2
app/views/dashboard/issues.html.haml
Normal file → Executable file
2
app/views/dashboard/issues.html.haml
Normal file → Executable file
|
@ -3,7 +3,7 @@
|
|||
%span.pull-right #{@issues.total_count} issues
|
||||
|
||||
%p.light
|
||||
List all issues from all project's you have access to.
|
||||
List all issues from all projects you have access to.
|
||||
%hr
|
||||
|
||||
.row
|
||||
|
|
2
app/views/dashboard/merge_requests.html.haml
Normal file → Executable file
2
app/views/dashboard/merge_requests.html.haml
Normal file → Executable file
|
@ -4,7 +4,7 @@
|
|||
|
||||
|
||||
%p.light
|
||||
List all merge requests from all project's you have access to.
|
||||
List all merge requests from all projects you have access to.
|
||||
%hr
|
||||
.row
|
||||
.col-md-3
|
||||
|
|
Loading…
Reference in a new issue