Commit e867f44e authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '22691-externalize-app-views-projects-deploy_keys-edit' into 'master'

Externalize strings in deploy_keys/edit.html.haml

See merge request gitlab-org/gitlab!57015
parents a610577e 436936e7
......@@ -6,5 +6,5 @@
= form_for [@project, @deploy_key], include_id: false, html: { class: 'js-requires-input' } do |f|
= render partial: 'shared/deploy_keys/form', locals: { form: f, deploy_key: @deploy_key }
.form-actions
= f.submit 'Save changes', class: 'gl-button btn btn-confirm'
= link_to 'Cancel', project_settings_repository_path(@project), class: 'gl-button btn btn-default btn-cancel'
= f.submit _('Save changes'), class: 'gl-button btn btn-confirm'
= link_to _('Cancel'), project_settings_repository_path(@project), class: 'gl-button btn btn-default btn-cancel'
---
title: Externalize project deploy keys (edit) strings
merge_request: 57015
author: Jonston Chan @JonstonChan
type: other
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