Commit fda3fd11 authored by Fiona Neill's avatar Fiona Neill

Merge branch 'update_create_with_a_merge_request_text' into 'master'

Update scan policy text related to merge request

See merge request gitlab-org/gitlab!81893
parents db868d57 15c8abd9
...@@ -166,7 +166,7 @@ export default { ...@@ -166,7 +166,7 @@ export default {
> >
<gl-button <gl-button
type="submit" type="submit"
variant="success" variant="confirm"
data-testid="save-policy" data-testid="save-policy"
:loading="isUpdatingPolicy" :loading="isUpdatingPolicy"
:disabled="disableUpdate" :disabled="disableUpdate"
......
...@@ -17,7 +17,7 @@ export default { ...@@ -17,7 +17,7 @@ export default {
DEFAULT_EDITOR_MODE: EDITOR_MODE_YAML, DEFAULT_EDITOR_MODE: EDITOR_MODE_YAML,
EDITOR_MODES: [EDITOR_MODES[1]], EDITOR_MODES: [EDITOR_MODES[1]],
i18n: { i18n: {
createMergeRequest: __('Create via merge request'), createMergeRequest: __('Configure with a merge request'),
notOwnerButtonText: __('Learn more'), notOwnerButtonText: __('Learn more'),
notOwnerDescription: s__( notOwnerDescription: s__(
'SecurityOrchestration|Scan execution policies can only be created by project owners.', 'SecurityOrchestration|Scan execution policies can only be created by project owners.',
......
...@@ -37,7 +37,7 @@ export default { ...@@ -37,7 +37,7 @@ export default {
name: __('Name'), name: __('Name'),
toggleLabel: s__('SecurityOrchestration|Policy status'), toggleLabel: s__('SecurityOrchestration|Policy status'),
rules: s__('SecurityOrchestration|Rules'), rules: s__('SecurityOrchestration|Rules'),
createMergeRequest: __('Create via merge request'), createMergeRequest: __('Configure with a merge request'),
notOwnerButtonText: __('Learn more'), notOwnerButtonText: __('Learn more'),
notOwnerDescription: s__( notOwnerDescription: s__(
'SecurityOrchestration|Scan result policies can only be created by project owners.', 'SecurityOrchestration|Scan result policies can only be created by project owners.',
......
...@@ -9269,6 +9269,9 @@ msgstr "" ...@@ -9269,6 +9269,9 @@ msgstr ""
msgid "Configure which lists are shown for anyone who visits this board" msgid "Configure which lists are shown for anyone who visits this board"
msgstr "" msgstr ""
msgid "Configure with a merge request"
msgstr ""
msgid "Configure your environments to be deployed to specific geographical regions" msgid "Configure your environments to be deployed to specific geographical regions"
msgstr "" msgstr ""
...@@ -10352,9 +10355,6 @@ msgstr "" ...@@ -10352,9 +10355,6 @@ msgstr ""
msgid "Create user" msgid "Create user"
msgstr "" msgstr ""
msgid "Create via merge request"
msgstr ""
msgid "Create wildcard: %{searchTerm}" msgid "Create wildcard: %{searchTerm}"
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