diff --git a/src/pretix/static/pretixpresale/js/walletdetection.js b/src/pretix/static/pretixpresale/js/walletdetection.js
index 35ae17180..0ebd7f4d4 100644
--- a/src/pretix/static/pretixpresale/js/walletdetection.js
+++ b/src/pretix/static/pretixpresale/js/walletdetection.js
@@ -53,8 +53,8 @@ $(function () {
});
wallets.forEach(function(wallet) {
- const labels = $('[data-wallets*='+wallet+'] + label strong, [data-wallets*='+wallet+'] + strong')
- .append(' ')
+ const labels = $('[data-wallets*='+wallet+'] + .provider-name')
+ .append(' ')
walletdetection[wallet]()
.then(function(result) {
const spans = labels.find(".wallet-loading[data-wallet=" + wallet + "]");