Skip to content

Commit

Permalink
Merge pull request #93 from NordicPlayground/nfcPermission
Browse files Browse the repository at this point in the history
NFC string update
  • Loading branch information
himalia416 authored Apr 22, 2024
2 parents ee71811 + d797550 commit 0379401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions permissions-nfc/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
<resources>
<string name="action_enable">Enable</string>

<string name="nf_not_available_title">NFC NOT AVAILABLE</string>
<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>

<string name="nfc_disabled_title">NFC DISABLED</string>
<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>
</resources>

0 comments on commit 0379401

Please sign in to comment.