Skip to content

Commit 20bd281

Browse files
authored
FIDO: Make string translatable (#2755)
1 parent 27bacdd commit 20bd281

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

play-services-fido/core/src/main/res/layout/fido_nfc_transport_fragment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
android:layout_height="wrap_content"
101101
android:minHeight="0dp"
102102
android:onClick="@{onBackClick}"
103-
android:text="Change how to use your security key"
103+
android:text="@string/fido_transport_modify"
104104
android:textSize="12sp" />
105105
</LinearLayout>
106106

play-services-fido/core/src/main/res/layout/fido_usb_transport_fragment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
android:layout_height="wrap_content"
141141
android:minHeight="0dp"
142142
android:onClick="@{onBackClick}"
143-
android:text="Change how to use your security key"
143+
android:text="@string/fido_transport_modify"
144144
android:textSize="12sp" />
145145
</LinearLayout>
146146

play-services-fido/core/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@
2929
<string name="fido_pin_ok">OK</string>
3030
<string name="fido_pin_cancel">Cancel</string>
3131
<string name="fido_wrong_pin">Wrong PIN entered!</string>
32+
<string name="fido_transport_modify">Change how to use your security key</string>
3233
</resources>

0 commit comments

Comments
 (0)