Commit b415bbad authored by David O'Regan's avatar David O'Regan Committed by Olena Horal-Koretska

Refactor: remove un-needed SSH key modal

parent 6ba31f27
.modal.js-regenerate-public-ssh-key-confirm-modal{ tabindex: -1 }
.modal-dialog
.modal-content
.modal-header
%h3.modal-title.page-title
Regenerate public SSH key?
%button.close.js-cancel{ type: 'button', 'data-dismiss': 'modal', 'aria-label' => _('Close') }
%span{ 'aria-hidden': true } ×
.modal-body
%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 gl-button js-cancel'
= button_tag _('Regenerate key'), type: 'button', class: 'btn gl-button btn-inverted btn-warning js-confirm'
...@@ -4619,9 +4619,6 @@ msgstr "" ...@@ -4619,9 +4619,6 @@ msgstr ""
msgid "Are you sure you want to re-deploy this environment?" msgid "Are you sure you want to re-deploy this environment?"
msgstr "" msgstr ""
msgid "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."
msgstr ""
msgid "Are you sure you want to reindex?" msgid "Are you sure you want to reindex?"
msgstr "" msgstr ""
...@@ -28855,9 +28852,6 @@ msgstr "" ...@@ -28855,9 +28852,6 @@ msgstr ""
msgid "Regenerate instance ID" msgid "Regenerate instance ID"
msgstr "" msgstr ""
msgid "Regenerate key"
msgstr ""
msgid "Regenerate recovery codes" msgid "Regenerate recovery codes"
msgstr "" msgstr ""
......
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