diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-31 15:09:02 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-31 15:09:02 +0000 |
commit | eb6b17504921dc3b8c22715b9ec7790a34b4abe0 (patch) | |
tree | b4ca44c1e2028cfa6864cecad568b12b04d4a024 /app/views/admin/identities/new.html.haml | |
parent | 8243505178033432b7fc6834eef425c9dcdfd7bc (diff) | |
download | gitlab-ce-eb6b17504921dc3b8c22715b9ec7790a34b4abe0.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/admin/identities/new.html.haml')
-rw-r--r-- | app/views/admin/identities/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/identities/new.html.haml b/app/views/admin/identities/new.html.haml index b4f37057c51..8ca27581693 100644 --- a/app/views/admin/identities/new.html.haml +++ b/app/views/admin/identities/new.html.haml @@ -2,6 +2,6 @@ - add_to_breadcrumbs @user.name, admin_user_identities_path(@user) - breadcrumb_title _('New Identity') - page_title _('New Identity') -%h3.page-title= _('New identity') +%h1.page-title= _('New identity') %hr = render 'form' |