diff options
| author | Winnie Hellmann <winnie@gitlab.com> | 2017-09-05 23:53:32 +0200 |
|---|---|---|
| committer | Michael Kozono <mkozono@gmail.com> | 2017-09-06 12:07:20 -0700 |
| commit | e0fb7766bcbf140d1cc8165b4fae90fa8df841e6 (patch) | |
| tree | 70858706a061f74ab5425fe75dbed7631a734793 /app/views/groups | |
| parent | c53c20ac23ee53b4e084ec88a4242c8295100b72 (diff) | |
| download | gitlab-ce-e0fb7766bcbf140d1cc8165b4fae90fa8df841e6.tar.gz | |
Make texts translatable
Diffstat (limited to 'app/views/groups')
| -rw-r--r-- | app/views/groups/edit.html.haml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml index 9f2e53d9c90..38d39c29acf 100644 --- a/app/views/groups/edit.html.haml +++ b/app/views/groups/edit.html.haml @@ -30,15 +30,14 @@ .form-group %h5.control-label - Share lock + = s_("GroupSettings|Share lock") .col-sm-10 .checkbox = f.label :share_with_group_lock do = f.check_box :share_with_group_lock, disabled: share_with_group_lock_disabled %strong - Prevent sharing a project within - = @group.name - with other groups + - group_link = link_to @group.name, group_path(@group) + = s_("GroupSettings|Prevent sharing a project within %{group} with other groups").html_safe % { group: group_link } %br %span.descr= share_with_group_lock_help_text |
