mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
Remove lang popup in checkout v2
This commit is contained in:
parent
21558d25b1
commit
41a4ba62b0
1 changed files with 2 additions and 0 deletions
|
@ -164,7 +164,9 @@
|
|||
<a class="store-powered-by" href="https://btcpayserver.org" target="_blank" rel="noreferrer noopener">
|
||||
{{$t("powered_by")}} <partial name="_StoreFooterLogo" />
|
||||
</a>
|
||||
@* TODO: Re-add this once checkout v2 has been translated
|
||||
<select asp-for="DefaultLang" asp-items="@LangService.GetLanguageSelectListItems()" class="form-select w-auto" v-on:change="changeLanguage"></select>
|
||||
*@
|
||||
</footer>
|
||||
</div>
|
||||
<noscript>
|
||||
|
|
Loading…
Add table
Reference in a new issue