Commit d666da06 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix wording

parent a4ab6ffd
%div
%h4
Requires #{pluralize(@merge_request.approvals_left, 'approval')}
%p Each merge request in this project must be approved by #{pluralize(@merge_request.approvals_required, 'user')} before it can be accepted
Requires #{pluralize(@merge_request.approvals_left, 'more approval')}
%p Each merge request in this project must be approved by #{pluralize(@merge_request.approvals_required, 'person')} before it can be accepted.
- unless @merge_request.approved_by?(current_user)
.append-bottom-10
= form_for [:approve, @project.namespace.becomes(Namespace), @project, @merge_request], method: :post do |f|
......
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