mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-05-02 19:36:53 -05:00
Fixed tier change modal not working
This commit is contained in:
parent
e6f9b4fc52
commit
95f3ce7a3d
|
|
@ -88,7 +88,7 @@
|
|||
<div class="modal-wrapper hidden" id="switchtier">
|
||||
<div class="modal">
|
||||
<h1 class="title dot">{{ localeHelper locale "upgrade.changeTier" }}</h1>
|
||||
<p class="modal-caption">{{{ localeHelper locale "upgrade.changeTierConfirm" }}}</p>
|
||||
<p class="modal-caption">{{{ localeHelper locale "upgrade.changeTierPrompt" }}}</p>
|
||||
<div class="modal-button-wrapper">
|
||||
<button class="button cancel" id="switchTierCloseButton">{{ localeHelper locale "modals.cancel" }}</button>
|
||||
<button class="button primary confirm" id="switchTierConfirmButton">{{ localeHelper locale "modals.confirm" }}</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user