diff options
author | Heinrich Lee Yu <hleeyu@gmail.com> | 2018-11-07 12:57:16 +0800 |
---|---|---|
committer | Heinrich Lee Yu <hleeyu@gmail.com> | 2018-11-19 23:58:35 +0800 |
commit | 8f01669016215ce736e2836b9c684bb28c2afca6 (patch) | |
tree | 99495d5b42a603e90a9ff061584dcd4568cf90b6 | |
parent | 0798fa15a594601e6c7b4136c28e8208157106f0 (diff) | |
download | gitlab-ce-8f01669016215ce736e2836b9c684bb28c2afca6.tar.gz |
Remove text-center in description
-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 |