<p></p>
<p><b>@ripcurlx</b> requested changes on this pull request.</p>

<p>NACK - please see my comments.</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/5234#discussion_r593016862">desktop/src/main/java/bisq/desktop/main/overlays/windows/OfferDetailsWindow.java</a>:</p>
<pre style='color:#555'>> @@ -253,21 +253,20 @@ private void addContent() {
             addConfirmationLabelLabel(gridPane, ++rowIndex, Res.get("offerDetailsWindow.myTradingAccount"), myPaymentAccount.getAccountName());
         } else {
             final String method = Res.get(paymentMethod.getId());
-            String methodWithBankId = method + bankId;
             String paymentMethodLabel = Res.get("shared.paymentMethod");
             if (countryCode != null && (isNationalBanks || isSpecificBanks || isSepa)) {
</pre>
<p>For specific banks payment method we do want to show the bank name and/or id as it would be otherwise for someone to match ones offer using this payment method.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/5234#discussion_r593017534">desktop/src/main/java/bisq/desktop/main/overlays/windows/OfferDetailsWindow.java</a>:</p>
<pre style='color:#555'>>              String paymentMethodLabel = Res.get("shared.paymentMethod");
             if (countryCode != null && (isNationalBanks || isSpecificBanks || isSepa)) {
                 if (BankUtil.isBankIdRequired(countryCode))
                     addConfirmationLabelLabel(gridPane, ++rowIndex,
-                            paymentMethodLabel + " " + Res.get("offerDetailsWindow.offererBankId"),
</pre>
<p>If you remove a translations please also remove it from <code>displayStrings.properties</code>. Otherwise we'll have more and more unnecessary strings to be translated. But in this case you probably need them anyways for the specific banks payment method</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/5234#pullrequestreview-610581043">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWCT2GZEWKM53CYPT3TDHLHFANCNFSM4YFK2GSQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNSCI7C6TPHLFSSPKLTTDHLHFA5CNFSM4YFK2GS2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOERSLUMY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/5234#pullrequestreview-610581043",
"url": "https://github.com/bisq-network/bisq/pull/5234#pullrequestreview-610581043",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>