summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Moreira da Silva <pedro@gitlab.com>2016-12-21 11:43:38 +0000
committerPedro Moreira da Silva <pedro@gitlab.com>2016-12-21 11:43:38 +0000
commit6023224db1b161164a0af968b7c42066c43dfaeb (patch)
tree48ae09f5a3872dd9203508eb825b36c19e835c14
parent8742c109503c4ad56c99481e22d9fe90e504a371 (diff)
downloadgitlab-ce-fix-copy-issues-empty-state.tar.gz
Simplify copy in issues empty statefix-copy-issues-empty-state
-rw-r--r--app/views/shared/empty_states/_issues.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/empty_states/_issues.html.haml b/app/views/shared/empty_states/_issues.html.haml
index 47379cfb4f8..b3c1128782f 100644
--- a/app/views/shared/empty_states/_issues.html.haml
+++ b/app/views/shared/empty_states/_issues.html.haml
@@ -13,7 +13,7 @@
The Issue Tracker is the place to add things that need to be improved or solved in a project
%p
Issues can be bugs, tasks or ideas to be discussed.
- Besides, issues are searchable and filterable.
+ Also, issues are searchable and filterable.
- if project_select_button
= render 'shared/new_project_item_select', path: 'issues/new', label: 'New issue'
- else