Rephrase wording for pull/push access

This commit is contained in:
Ali Ibrahim 2016-08-19 13:39:13 -04:00
parent fcc2c43ebb
commit 8bc7ffd4dc

View file

@ -14,9 +14,9 @@
.checkbox
= f.label :can_push do
= f.check_box :can_push
%strong Allow write access
%strong Write access allowed?
.form-group
%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"