btcpayserver/BTCPayServer/Views/UIAccount/ForgotPasswordConfirmation.cshtml
d11n 77fba4aee3
Add more translations (#6302)
* Newlines

* Dashboard

* Add more translations

* Moar

* Remove   from translated texts

* Dictionary controller translations

* Batch 1 of controller updates

* Batch 2 of controller updates

* Component translations

* Batch 3 of controller updates

* Fixes
2024-10-17 22:51:40 +09:00

10 lines
339 B
Text

@{
ViewData["Title"] = "Email sent!";
Layout = "_LayoutSignedOut";
}
<p text-translate="true">Please check your email to reset your password.</p>
<p class="text-center mt-2 mb-0">
<a id="Login" style="font-size:1.15rem" asp-action="Login" asp-route-returnurl="@ViewData["ReturnUrl"]" text-translate="true">Log in</a>
</p>