diff --git a/app/src/main/res/layout/fragment_keychain_login.xml b/app/src/main/res/layout/fragment_keychain_login.xml index 0fed2ae844..a3f97d1bec 100644 --- a/app/src/main/res/layout/fragment_keychain_login.xml +++ b/app/src/main/res/layout/fragment_keychain_login.xml @@ -92,7 +92,7 @@ android:layout_height="@dimen/auth_default_button_height" android:layout_marginStart="6dp" android:layout_marginEnd="@dimen/auth_default_margin_end" - android:text="@string/confirm" + android:text="@string/login" app:layout_constraintBottom_toBottomOf="@+id/backButton" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.5"