Commit 1da67c2cec044d5bc681361889e9850d2cb69759
1 parent
e1ac3db9
Exists in
master
and in
4 other branches
Fix header text for setting greatest team access to a project
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/admin/teams/projects/new.html.haml
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | .input |
| 9 | 9 | = select_tag :project_ids, options_from_collection_for_select(@projects , :id, :name_with_namespace), multiple: true, data: {placeholder: 'Select projects'}, class: 'chosen span5' |
| 10 | 10 | |
| 11 | - %h6 Choose greatest user acces for your team in this projects: | |
| 11 | + %h6 Choose greatest user access for your team in these projects: | |
| 12 | 12 | .clearfix |
| 13 | 13 | = label_tag :greatest_project_access, "Greatest Access" |
| 14 | 14 | .input | ... | ... |
app/views/projects/teams/available.html.haml
| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | .padded |
| 11 | 11 | = label_tag :team_id, "Team" |
| 12 | 12 | .input= select_tag(:team_id, options_from_collection_for_select(@teams, :id, :name), prompt: "Select team", class: "chosen xxlarge", required: true) |
| 13 | - %p.slead Choose greatest user acces in team you want to assign: | |
| 13 | + %p.slead Choose greatest user access for your team in this project: | |
| 14 | 14 | .padded |
| 15 | 15 | = label_tag :team_ids, "Permission" |
| 16 | 16 | .input= select_tag :greatest_project_access, options_for_select(UserTeam.access_roles), {class: "project-access-select chosen span3" } | ... | ... |