Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Laird <ross@rosslaird.com>2018-06-13 11:45:06 +0300
committerRémy Coutable <remy@rymai.me>2018-06-13 11:45:06 +0300
commitf478db1a488c306391bc04fb1454aacfa0a78670 (patch)
tree46acd6a30ed9b87c656647d99c0fa2e559208782 /app/views/shared
parent4127b93dc3115b0da5b5fe7d56cc972ee9ade1de (diff)
Typo fix
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/empty_states/_wikis.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/empty_states/_wikis.html.haml b/app/views/shared/empty_states/_wikis.html.haml
index fabb1f39a34..f1a41074c28 100644
--- a/app/views/shared/empty_states/_wikis.html.haml
+++ b/app/views/shared/empty_states/_wikis.html.haml
@@ -8,7 +8,7 @@
%h4
= s_('WikiEmpty|The wiki lets you write documentation for your project')
%p.text-left
- = s_("WikiEmpty|A wiki is where you can store all the details about your project. This can include why you've created it, it's principles, how to use it, and so on.")
+ = s_("WikiEmpty|A wiki is where you can store all the details about your project. This can include why you've created it, its principles, how to use it, and so on.")
= create_link
- elsif can?(current_user, :read_issue, @project)