traductions

This commit is contained in:
Paul Schneider 2016-07-29 14:30:41 +02:00
commit 336da76ecc
6 changed files with 30 additions and 17 deletions

View file

@ -1,8 +1,8 @@
@{
ViewData["Title"] = "Forgot Password Confirmation";
ViewData["Title"] = @SR["Forgot Password Confirmation."];
}
<h2>@ViewData["Title"].</h2>
<p>
Please check your email to reset your password.
@SR["PleaseCheckYourEmail"]
</p>