Commit eb44ab00868d0835e64050716f96950788739159
1 parent
c2f74de4
Exists in
master
and in
4 other branches
Non-logic wording and grammar for the new group view
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
app/views/groups/new.html.haml
... | ... | @@ -16,11 +16,11 @@ |
16 | 16 | .control-group |
17 | 17 | .controls |
18 | 18 | %ul |
19 | - %li Group is kind of directory for several projects | |
20 | - %li All created groups are private | |
21 | - %li People within a group see only projects they have access to | |
22 | - %li All projects of group will be stored in a group directory | |
23 | - %li You will be able to move existing projects into group | |
19 | + %li A group is a collection of several projects | |
20 | + %li Groups are private by default | |
21 | + %li Members of a group may only view projects they have permission to access | |
22 | + %li Group project URLs are prefixed with the group namespace | |
23 | + %li Existing projects may be moved into a group | |
24 | 24 | |
25 | 25 | .form-actions |
26 | 26 | = f.submit 'Create group', class: "btn btn-create" | ... | ... |