Commit 30b022a0 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'Externalize-strings-in-edite.html.haml' into 'master'

Externalise strings in users/edit.html.haml

See merge request gitlab-org/gitlab!58117
parents 734ed2c8 86517314
- page_title _("Edit"), @user.name, _("Users")
%h3.page-title
Edit user: #{@user.name}
= _("Edit user: %{user_name}") % { user_name: @user.name }
%hr
= render 'form'
---
title: Externalise strings in users/edit.html.haml
merge_request: 58117
author: nuwe1
type: other
......@@ -11825,6 +11825,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
msgid "Edit user: %{user_name}"
msgstr ""
msgid "Edit wiki page"
msgstr ""
......
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