diff options
-rw-r--r-- | app/views/shared/empty_states/_issues.html.haml | 2 |
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 00b2741d392..bc5c41ae696 100644 --- a/app/views/shared/empty_states/_issues.html.haml +++ b/app/views/shared/empty_states/_issues.html.haml @@ -11,7 +11,7 @@ - if has_filter_bar_param? %h4.text-center = _("Sorry, your filter produced no results") - %p.text-center + %p = _("To widen your search, change or remove filters in the filter bar above") - elsif current_user %h4 |