diff options
author | Martin Wortschack <mwortschack@gitlab.com> | 2019-08-09 21:50:53 +0200 |
---|---|---|
committer | Martin Wortschack <mwortschack@gitlab.com> | 2019-08-09 21:50:53 +0200 |
commit | 36459061f7e7fe092968f4ba7f253203807a660f (patch) | |
tree | 344ab4540eb05596739a0955644e8333adfdfca3 /locale | |
parent | d20ed87bad1f3453ff2e874f65e226b8ebbe5849 (diff) | |
download | gitlab-ce-36459061f7e7fe092968f4ba7f253203807a660f.tar.gz |
Use snake case for tag placeholders
- Update PO file
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index c44dffcb05b..e328135a590 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -714,7 +714,7 @@ msgstr "" msgid "Add new directory" msgstr "" -msgid "Add new member to %{strongStart}%{group_name}%{strongEnd}" +msgid "Add new member to %{strong_start}%{group_name}%{strong_end}" msgstr "" msgid "Add or subtract spent time" @@ -6619,10 +6619,10 @@ msgstr "" msgid "Members of <strong>%{project_name}</strong>" msgstr "" -msgid "Members with access to %{strongStart}%{group_name}%{strongEnd}" +msgid "Members with access to %{strong_start}%{group_name}%{strong_end}" msgstr "" -msgid "Members with pending access to %{strongStart}%{group_name}%{strongEnd}" +msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}" msgstr "" msgid "Merge" |