Commit 6fac61af authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '231250-fix-license-check-approval-message' into 'master'

Update merge request button message for license-check approvals

Closes #231250

See merge request gitlab-org/gitlab!37954
parents 193ab7ff e9a3edab
...@@ -20,7 +20,7 @@ export default { ...@@ -20,7 +20,7 @@ export default {
</div> </div>
<div class="media-body"> <div class="media-body">
<strong class="gl-font-weight-bold gl-text-gray-800 gl-pl-2"> <strong class="gl-font-weight-bold gl-text-gray-800 gl-pl-2">
{{ s__('mrWidget|You can only merge once the denied license is removed') }} {{ s__('mrWidget|You can merge after removing denied licenses') }}
</strong> </strong>
</div> </div>
</div> </div>
......
---
title: Update merge request button messaging for license-check approval
merge_request: 37954
author:
type: changed
...@@ -26,6 +26,6 @@ describe('EE MrWidgetPolicyViolation', () => { ...@@ -26,6 +26,6 @@ describe('EE MrWidgetPolicyViolation', () => {
}); });
it('shows the disabled reason', () => { it('shows the disabled reason', () => {
expect(wrapper.text()).toContain('You can only merge once the denied license is removed'); expect(wrapper.text()).toContain('You can merge after removing denied licenses');
}); });
}); });
...@@ -28874,10 +28874,10 @@ msgstr "" ...@@ -28874,10 +28874,10 @@ msgstr ""
msgid "mrWidget|You can delete the source branch now" msgid "mrWidget|You can delete the source branch now"
msgstr "" msgstr ""
msgid "mrWidget|You can merge this merge request manually using the" msgid "mrWidget|You can merge after removing denied licenses"
msgstr "" msgstr ""
msgid "mrWidget|You can only merge once the denied license is removed" msgid "mrWidget|You can merge this merge request manually using the"
msgstr "" msgstr ""
msgid "mrWidget|Your password" msgid "mrWidget|Your password"
......
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