Skip to content

Commit 0379401

Browse files
authored
Merge pull request #93 from NordicPlayground/nfcPermission
NFC string update
2 parents ee71811 + d797550 commit 0379401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

permissions-nfc/src/main/res/values/strings.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
<resources>
3434
<string name="action_enable">Enable</string>
3535

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>
36+
<string name="nf_not_available_title">NFC NOT SUPPORTED</string>
37+
<string name="nfc_not_available_info">"NFC not supported on this device.\nFeature unavailable.</string>
3838

3939
<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>
40+
<string name="nfc_disabled_info">Click the button below to enable it.</string>
4141
</resources>

0 commit comments

Comments
 (0)