Skip to content
Snippets Groups Projects
Commit 7f1b7152 authored by Fabio's avatar Fabio Committed by Kamil Trzciński
Browse files

Resolve "Rename "secret variables" to "variables""

parent bb88fb7e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,7 +6,7 @@
%section.settings#secret-variables.no-animate{ class: ('expanded' if expanded) }
.settings-header
%h4
= _('Secret variables')
= _('Variables')
= link_to icon('question-circle'), help_page_path('ci/variables/README', anchor: 'secret-variables'), target: '_blank', rel: 'noopener noreferrer'
%button.btn.btn-default.js-settings-toggle{ type: "button" }
= expanded ? _('Collapse') : _('Expand')
Loading
Loading
Loading
Loading
@@ -42,7 +42,7 @@
%section.settings.no-animate{ class: ('expanded' if expanded) }
.settings-header
%h4
= _('Secret variables')
= _('Variables')
= link_to icon('question-circle'), help_page_path('ci/variables/README', anchor: 'secret-variables'), target: '_blank', rel: 'noopener noreferrer'
%button.btn.js-settings-toggle{ type: 'button' }
= expanded ? 'Collapse' : 'Expand'
Loading
Loading
Loading
Loading
@@ -3517,7 +3517,7 @@ msgstr ""
msgid "Seconds to wait for a storage access attempt"
msgstr ""
 
msgid "Secret variables"
msgid "Variables"
msgstr ""
 
msgid "Select Archive Format"
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@ module QA # rubocop:disable Naming/FileName
 
view 'app/views/projects/settings/ci_cd/show.html.haml' do
element :runners_settings, 'Runners settings'
element :secret_variables, 'Secret variables'
element :secret_variables, 'Variables'
end
 
def expand_runners_settings(&block)
Loading
Loading
@@ -17,7 +17,7 @@ module QA # rubocop:disable Naming/FileName
end
 
def expand_secret_variables(&block)
expand_section('Secret variables') do
expand_section('Variables') do
Settings::SecretVariables.perform(&block)
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment