diff --git a/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java b/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java
index 6f485038a..676725481 100644
--- a/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java
+++ b/app/src/main/java/protect/card_locker/LoyaltyCardViewActivity.java
@@ -680,7 +680,7 @@ public class LoyaltyCardViewActivity extends CatimaAppCompatActivity implements
window.setAttributes(attributes);
}
- // Pause NFC to prevent interference with barcode scanners
+ // Pause NFC to prevent NFC payments from triggering while showing a barcode
if (settings.getDisableNfcWhileViewingCard()) {
NfcAdapter nfcAdapter = NfcAdapter.getDefaultAdapter(this);
if (nfcAdapter != null) {
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index dec3a326a..6b3b8ce3b 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -102,7 +102,7 @@
Prevent screen lock
Disables screen lock while viewing a card
Pause NFC
- Pauses NFC to prevent interference with scanners while viewing a card
+ Pauses NFC to prevent NFC payments from triggering while viewing a card
pref_disable_nfc_while_viewing_card
Allow other apps to access my data
Apps will still have to request permission to be granted access