Commit 7e88b242 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fix-copy-issues-empty-state' into 'master'

Fix copy in Issue Tracker empty state

See merge request !8202
parents 7e5deb6a 6023224d
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
.text-content .text-content
- if has_button && current_user - if has_button && current_user
%h4 %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 %p
An issue can be a bug, a todo or a feature request that needs to be discussed in a project. 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 - if project_select_button
= render 'shared/new_project_item_select', path: 'issues/new', label: 'New issue' = render 'shared/new_project_item_select', path: 'issues/new', label: 'New issue'
- else - else
......
---
title: Improve copy in Issue Tracker empty state
merge_request: 8202
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment