Merge "Revise strings for the NFC developer option"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index bb13ced..568c933 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1720,10 +1720,10 @@
     <!-- Bluetooth developer settings: Maximum number of connected audio devices -->
     <string name="bluetooth_max_connected_audio_devices_dialog_title">Select maximum number of connected Bluetooth audio devices</string>
 
-    <!-- Nfc developer settings: Maximum number of connected audio devices -->
-    <string name="nfc_stack_debuglog_title">Enable Nfc stack debuglog</string>
-    <!-- Nfc developer settings: Maximum number of connected audio devices -->
-    <string name="nfc_stack_debuglog_summary">Increase Nfc stack logging level</string>
+    <!-- Nfc developer settings: The title of the setting. [CHAR LIMIT=60] -->
+    <string name="nfc_stack_debuglog_title">NFC stack debug log</string>
+    <!-- Nfc developer settings: The description of the setting. -->
+    <string name="nfc_stack_debuglog_summary">Increase NFC stack logging level</string>
 
     <!-- Wifi Display settings. The title of the screen. [CHAR LIMIT=40] -->
     <string name="wifi_display_settings_title">Cast</string>