summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorCamil Staps <info@camilstaps.nl>2019-07-24 18:35:19 +0200
committerCamil Staps <info@camilstaps.nl>2019-08-07 20:49:17 +0200
commit900ff4c8e7e4473073d17d8aaf29392dfaab6fc1 (patch)
treeb5fb28e9000caa2ea6a41d652170dd24cf424846 /app
parent4f76331ddcfcaf32a868b6e814474fbac6c343eb (diff)
downloadgitlab-ce-900ff4c8e7e4473073d17d8aaf29392dfaab6fc1.tar.gz
Internationalization
Diffstat (limited to 'app')
-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')