diff options
-rw-r--r-- | app/views/projects/starrers/index.html.haml | 4 | ||||
-rw-r--r-- | locale/gitlab.pot | 6 |
2 files changed, 8 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') diff --git a/locale/gitlab.pot b/locale/gitlab.pot index d1bc37a7042..71fa85c2c35 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -7227,12 +7227,18 @@ msgstr "" msgid "No schedules" msgstr "" +msgid "No starrers matched your search" +msgstr "" + msgid "No template" msgstr "" msgid "No, directly import the existing email addresses and usernames." msgstr "" +msgid "Nobody has starred this repository yet" +msgstr "" + msgid "None" msgstr "" |