Commit 0f75e95f authored by Samantha Ming's avatar Samantha Ming Committed by Kushal Pandya

Start fix of rename approval rule

(reword commit message to pass pipeline danger-review error)
parent 87662bdb
......@@ -222,7 +222,7 @@ export default {
<div class="row">
<div v-if="settings.allowMultiRule" class="form-group col-sm-6">
<label class="label-wrapper">
<span class="mb-2 bold inline">{{ s__('ApprovalRule|Name') }}</span>
<span class="mb-2 bold inline">{{ s__('ApprovalRule|Rule name') }}</span>
<input
v-model="name"
:class="{ 'is-invalid': validation.name }"
......
---
title: Rename approval rule
merge_request: 15140
author:
type: other
......@@ -53,7 +53,7 @@ describe 'Merge request > User edits MR with approval rules', :js do
click_button "Add approvers"
fill_in "Name", with: rule_name
fill_in "Rule name", with: rule_name
add_approval_rule_member('user', approver.name)
......
......@@ -1659,6 +1659,9 @@ msgstr ""
msgid "ApprovalRule|No. approvals required"
msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
msgid "ApprovalRule|e.g. QA, Security, etc."
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