refactoring
This commit is contained in:
parent
093f42a096
commit
be5fe3eed3
3 changed files with 17 additions and 39 deletions
2
Yavsc/Views/Manage/ChangeUserName.cshtml
Executable file → Normal file
2
Yavsc/Views/Manage/ChangeUserName.cshtml
Executable file → Normal file
|
|
@ -1,6 +1,6 @@
|
|||
@model ChangeUserNameViewModel
|
||||
@{
|
||||
ViewData["Title"] = "Change user name";
|
||||
ViewData["Title"] = @SR["Changer de nom d'utilisateur"];
|
||||
}
|
||||
|
||||
<h2>@ViewData["Title"].</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue