From eb44ab00868d0835e64050716f96950788739159 Mon Sep 17 00:00:00 2001 From: Jon Bringhurst Date: Wed, 23 Oct 2013 09:33:29 -0600 Subject: [PATCH] Non-logic wording and grammar for the new group view --- app/views/groups/new.html.haml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/groups/new.html.haml b/app/views/groups/new.html.haml index fc1d89c62..d6d514e9b 100644 --- a/app/views/groups/new.html.haml +++ b/app/views/groups/new.html.haml @@ -16,11 +16,11 @@ .control-group .controls %ul - %li Group is kind of directory for several projects - %li All created groups are private - %li People within a group see only projects they have access to - %li All projects of group will be stored in a group directory - %li You will be able to move existing projects into group + %li A group is a collection of several projects + %li Groups are private by default + %li Members of a group may only view projects they have permission to access + %li Group project URLs are prefixed with the group namespace + %li Existing projects may be moved into a group .form-actions = f.submit 'Create group', class: "btn btn-create" -- 2.11.0