Commit 86517314 authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Phil Hughes

Externalise strings in users/edit.html.haml

parent f247acf9
- 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
......@@ -11777,6 +11777,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