diff --git a/play-services-fido/core/src/main/res/layout/fido_nfc_transport_fragment.xml b/play-services-fido/core/src/main/res/layout/fido_nfc_transport_fragment.xml
index 999bffd7fd..24064f0767 100644
--- a/play-services-fido/core/src/main/res/layout/fido_nfc_transport_fragment.xml
+++ b/play-services-fido/core/src/main/res/layout/fido_nfc_transport_fragment.xml
@@ -100,7 +100,7 @@
android:layout_height="wrap_content"
android:minHeight="0dp"
android:onClick="@{onBackClick}"
- android:text="Change how to use your security key"
+ android:text="@string/fido_transport_modify"
android:textSize="12sp" />
diff --git a/play-services-fido/core/src/main/res/layout/fido_usb_transport_fragment.xml b/play-services-fido/core/src/main/res/layout/fido_usb_transport_fragment.xml
index eab2e73aa3..ee2270ea2a 100644
--- a/play-services-fido/core/src/main/res/layout/fido_usb_transport_fragment.xml
+++ b/play-services-fido/core/src/main/res/layout/fido_usb_transport_fragment.xml
@@ -140,7 +140,7 @@
android:layout_height="wrap_content"
android:minHeight="0dp"
android:onClick="@{onBackClick}"
- android:text="Change how to use your security key"
+ android:text="@string/fido_transport_modify"
android:textSize="12sp" />
diff --git a/play-services-fido/core/src/main/res/values/strings.xml b/play-services-fido/core/src/main/res/values/strings.xml
index 26e4e45f2b..8872009105 100644
--- a/play-services-fido/core/src/main/res/values/strings.xml
+++ b/play-services-fido/core/src/main/res/values/strings.xml
@@ -29,4 +29,5 @@
OK
Cancel
Wrong PIN entered!
+ Change how to use your security key