Commit 4a4db267 authored by Luke Bennett's avatar Luke Bennett

Change modal confirm to regenerate key button

parent d4d049e1
......@@ -10,4 +10,4 @@
%p= _('Are you sure you want to regenerate the public key? You will have to update the public key on the remote server before mirroring will work again.')
.form-actions.modal-footer
= button_tag _('Cancel'), type: 'button', class: 'btn js-cancel'
= button_tag _('Confirm'), type: 'button', class: 'btn btn-danger js-confirm'
\ No newline at end of file
= button_tag _('Regenerate key'), type: 'button', class: 'btn btn-inverted btn-warning js-confirm'
\ No newline at end of file
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