Commit 9b3672ec authored by Phil Hughes's avatar Phil Hughes

Merge branch '62487-external-policy-desc' into 'master'

Move text under p tag

Closes #62487

See merge request gitlab-org/gitlab-ce!28901
parents b27f1b68 c91e5868
......@@ -5,7 +5,7 @@
%button.btn.js-settings-toggle{ type: 'button' }
= expanded ? 'Collapse' : 'Expand'
%p
= _('External Classification Policy Authorization')
= _('External Classification Policy Authorization')
.settings-content
= form_for @application_setting, url: admin_application_settings_path(anchor: 'js-external-auth-settings'), html: { class: 'fieldset-form' } do |f|
......
---
title: Move text under p tag
merge_request: 28901
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