Update user-info-view.js

This commit is contained in:
Pigpig105 2022-11-29 09:07:32 -08:00 committed by GitHub
parent faad4181d5
commit f5e0bdcccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1147,7 +1147,7 @@ class UserInfoView extends connect(store)(LitElement) {
</div>
</div>
<div class="buttons">
<mwc-button @click=${() => this.openTrades()}>${translate("explorerpage.exp3")}</mwc-button>
<mwc-button @click=${() => this.openTrades()}>${translate("explorerpage.exp21")}</mwc-button>
<mwc-button class='decline' @click=${() => this.closeCompleteInfoDialog()} dialog-dismiss>${translate("general.close")}</mwc-button>
</div>
</paper-dialog>