Commit 2e7c46ac authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'fix-admin-notes' into 'master'

Fix admin notes internationalization text

See merge request gitlab-org/gitlab-ee!15001
parents 6aab0a1c 4e1b61b1
......@@ -2,6 +2,6 @@
%legend= _('Admin notes')
.form-group.row
.col-sm-2.col-form-label.text-right
= f.label :note, _('AdminNote|Note')
= f.label :note, s_('AdminNote|Note')
.col-sm-10
= f.text_area :note, class: 'form-control'
---
title: Fix admin notes internationalization text
merge_request: 15001
author:
type: fixed
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