Commit 4e1b61b1 authored by Clement Ho's avatar Clement Ho Committed by Paul Slaughter

Fix admin notes internationalization text

parent 6aab0a1c
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
%legend= _('Admin notes') %legend= _('Admin notes')
.form-group.row .form-group.row
.col-sm-2.col-form-label.text-right .col-sm-2.col-form-label.text-right
= f.label :note, _('AdminNote|Note') = f.label :note, s_('AdminNote|Note')
.col-sm-10 .col-sm-10
= f.text_area :note, class: 'form-control' = 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