Commit bc6f19a7 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Update empty state message

parent 801fc90c
......@@ -11,8 +11,8 @@
- if has_filter_bar_param?
%h4.text-center
= _("Sorry, your filter produced no results")
%p
= _("To widen your search, change or remove filters in the filter bar above")
%p.text-center
= _("To widen your search, change or remove filters above")
- elsif current_user
%h4
= _("The Issue Tracker is the place to add things that need to be improved or solved in a project")
......
......@@ -11,8 +11,8 @@
- if has_filter_bar_param?
%h4.text-center
= _("Sorry, your filter produced no results")
%p
= _("To widen your search, change or remove filters in the filter bar above")
%p.text-center
= _("To widen your search, change or remove filters above")
- else
%h4
= _("Merge requests are a place to propose changes you've made to a project and discuss those changes with others")
......
......@@ -6609,7 +6609,7 @@ msgstr ""
msgid "To validate your GitLab CI configurations, go to 'CI/CD → Pipelines' inside your project, and click on the 'CI Lint' button."
msgstr ""
msgid "To widen your search, change or remove filters in the filter bar above"
msgid "To widen your search, change or remove filters above"
msgstr ""
msgid "Today"
......
......@@ -15,7 +15,7 @@ describe 'Issues' do
visit project_issues_path(project, milestone_title: "1.0")
expect(page).to have_content('Sorry, your filter produced no results')
expect(page).to have_content('To widen your search, change or remove filters in the filter bar above')
expect(page).to have_content('To widen your search, change or remove filters above')
end
end
......
......@@ -32,7 +32,7 @@ describe 'Merge request > User sees empty state' do
expect(page).to have_selector('.empty-state')
expect(page).to have_content('Sorry, your filter produced no results')
expect(page).to have_content('To widen your search, change or remove filters in the filter bar above')
expect(page).to have_content('To widen your search, change or remove filters above')
end
end
end
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