Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</LinearLayout>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</LinearLayout>

Expand Down
1 change: 1 addition & 0 deletions play-services-fido/core/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
<string name="fido_pin_ok">OK</string>
<string name="fido_pin_cancel">Cancel</string>
<string name="fido_wrong_pin">Wrong PIN entered!</string>
<string name="fido_transport_modify">Change how to use your security key</string>
</resources>
Loading