summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-21 13:47:22 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-21 13:47:22 +0000
commit7e88b242ce194958c6a59755eb434c17625c4395 (patch)
treec2a56a90f4d91f7bc8ebb504b3ca6ec348746378
parent7e5deb6abebfe12a85db30855111866ee9f83e58 (diff)
parent6023224db1b161164a0af968b7c42066c43dfaeb (diff)
downloadgitlab-ce-7e88b242ce194958c6a59755eb434c17625c4395.tar.gz
Merge branch 'fix-copy-issues-empty-state' into 'master'
Fix copy in Issue Tracker empty state See merge request !8202
-rw-r--r--app/views/shared/empty_states/_issues.html.haml6
-rw-r--r--changelogs/unreleased/fix-copy-issues-empty-state.yml4
2 files changed, 7 insertions, 3 deletions
diff --git a/app/views/shared/empty_states/_issues.html.haml b/app/views/shared/empty_states/_issues.html.haml
index 07d4927b6c9..e2033654018 100644
--- a/app/views/shared/empty_states/_issues.html.haml
+++ b/app/views/shared/empty_states/_issues.html.haml
@@ -10,10 +10,10 @@
.text-content
- if has_button && current_user
%h4
- The Issue Tracker is a good place to add things that need to be improved or solved in a project!
+ The Issue Tracker is the place to add things that need to be improved or solved in a project
%p
- An issue can be a bug, a todo or a feature request that needs to be discussed in a project.
- Besides, issues are searchable and filterable.
+ Issues can be bugs, tasks or ideas to be discussed.
+ Also, issues are searchable and filterable.
- if project_select_button
= render 'shared/new_project_item_select', path: 'issues/new', label: 'New issue'
- else
diff --git a/changelogs/unreleased/fix-copy-issues-empty-state.yml b/changelogs/unreleased/fix-copy-issues-empty-state.yml
new file mode 100644
index 00000000000..a87b7612217
--- /dev/null
+++ b/changelogs/unreleased/fix-copy-issues-empty-state.yml
@@ -0,0 +1,4 @@
+---
+title: Improve copy in Issue Tracker empty state
+merge_request: 8202
+author: