mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +01:00
* 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
8 lines
166 B
Text
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>
|