btcpayserver/BTCPayServer/Views/UIAccount/SignedOut.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

8 lines
166 B
Text

@{
ViewData["Title"] = "Signed out";
}
<h2 text-translate="true">@ViewData["Title"]</h2>
<p text-translate="true">
You have successfully signed out.
</p>