Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorCamil Staps <info@camilstaps.nl>2019-07-24 19:35:19 +0300
committerCamil Staps <info@camilstaps.nl>2019-08-07 21:49:17 +0300
commit900ff4c8e7e4473073d17d8aaf29392dfaab6fc1 (patch)
treeb5fb28e9000caa2ea6a41d652170dd24cf424846 /app/views
parent4f76331ddcfcaf32a868b6e814474fbac6c343eb (diff)
Internationalization
Diffstat (limited to 'app/views')
-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')