Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFC string update #93

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>