Commit 45ab173f authored by Steffen Köhler's avatar Steffen Köhler Committed by Paul Slaughter

Fix caption of approvals in MR

parent 94fd9180
......@@ -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>
......
......@@ -12191,7 +12191,7 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
msgid "MRApprovals|Pending approvals"
msgid "MRApprovals|Approvals"
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