Commit 8bc7ffd4 authored by Ali Ibrahim's avatar Ali Ibrahim

Rephrase wording for pull/push access

parent fcc2c43e
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
.checkbox .checkbox
= f.label :can_push do = f.label :can_push do
= f.check_box :can_push = f.check_box :can_push
%strong Allow write access %strong Write access allowed?
.form-group .form-group
%p.light.append-bottom-0 %p.light.append-bottom-0
Can this key be used to push to this repository? Deploy keys always have pull access Allow this key to push to repository as well? (Default only allows pull access.)
= f.submit "Add key", class: "btn-create btn" = f.submit "Add key", class: "btn-create btn"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment