mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-01 05:04:28 +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
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
@{
|
|
ViewData["Title"] = "Signed out";
|
|
}
|
|
|
|
<h2 text-translate="true">@ViewData["Title"]</h2>
|
|
<p text-translate="true">
|
|
You have successfully signed out.
|
|
</p>
|