We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee71811 + d797550 commit 0379401Copy full SHA for 0379401
permissions-nfc/src/main/res/values/strings.xml
@@ -33,9 +33,9 @@
33
<resources>
34
<string name="action_enable">Enable</string>
35
36
- <string name="nf_not_available_title">NFC NOT AVAILABLE</string>
37
- <string name="nfc_not_available_info">Nfc is not available on your phone.\nWe cannot provide you the feature.</string>
+ <string name="nf_not_available_title">NFC NOT SUPPORTED</string>
+ <string name="nfc_not_available_info">"NFC not supported on this device.\nFeature unavailable.</string>
38
39
<string name="nfc_disabled_title">NFC DISABLED</string>
40
- <string name="nfc_disabled_info">The Nf is disabled.\nClick the button below to enable it.</string>
+ <string name="nfc_disabled_info">Click the button below to enable it.</string>
41
</resources>
0 commit comments