summaryrefslogtreecommitdiff
path: root/app/views/projects/starrers/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/starrers/index.html.haml')
-rw-r--r--app/views/projects/starrers/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/starrers/index.html.haml b/app/views/projects/starrers/index.html.haml
index c6665ce1183..e55ed99f643 100644
--- a/app/views/projects/starrers/index.html.haml
+++ b/app/views/projects/starrers/index.html.haml
@@ -27,6 +27,6 @@
= paginate @starrers, theme: 'gitlab'
- else
- if params[:search].present?
- .nothing-here-block No starrers matched your search
+ .nothing-here-block= _('No starrers matched your search')
- else
- .nothing-here-block Nobody has starred this repository yet
+ .nothing-here-block= _('Nobody has starred this repository yet')