Commit 36ee859d authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'approvals-naming' into 'master'

Fix caption of approvals in MR

Closes #26895

See merge request gitlab-org/gitlab!28274
parents 99842868 1994f2c9
---
title: Fix name of approvals column in merge requests
merge_request: 28274
author: Steffen Köhler
type: fixed
......@@ -89,7 +89,7 @@ export default {
<th class="w-0"></th>
<th class="w-25">{{ s__('MRApprovals|Approvers') }}</th>
<th class="w-50"></th>
<th>{{ s__('MRApprovals|Pending approvals') }}</th>
<th>{{ s__('MRApprovals|Approvals') }}</th>
<th>{{ s__('MRApprovals|Approved by') }}</th>
</tr>
</thead>
......
......@@ -12185,13 +12185,13 @@ msgstr ""
msgid "MR widget|The pipeline will now run automatically every time you commit code. Pipelines are useful for deploying static web pages, detecting vulnerabilities in dependencies, static or dynamic application security testing (SAST and DAST), and so much more!"
msgstr ""
msgid "MRApprovals|Approved by"
msgid "MRApprovals|Approvals"
msgstr ""
msgid "MRApprovals|Approvers"
msgid "MRApprovals|Approved by"
msgstr ""
msgid "MRApprovals|Pending approvals"
msgid "MRApprovals|Approvers"
msgstr ""
msgid "MRDiff|Show changes only"
......
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