From 5bb397f35ea1ca212a0d30a49c2f03479a4eb657 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Mon, 13 Jun 2022 12:06:48 +0100 Subject: [PATCH] using next instead of done copy when confirming reset email link --- .../main/res/layout/fragment_ftue_reset_password_breaker.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/res/layout/fragment_ftue_reset_password_breaker.xml b/vector/src/main/res/layout/fragment_ftue_reset_password_breaker.xml index bd38f074b9..e395f67b4a 100644 --- a/vector/src/main/res/layout/fragment_ftue_reset_password_breaker.xml +++ b/vector/src/main/res/layout/fragment_ftue_reset_password_breaker.xml @@ -97,7 +97,7 @@ style="@style/Widget.Vector.Button.Login" android:layout_width="0dp" android:layout_height="wrap_content" - android:text="@string/done" + android:text="@string/login_set_email_submit" android:textAllCaps="true" app:layout_constraintBottom_toTopOf="@id/resetPasswordBreakerResendEmail" app:layout_constraintEnd_toEndOf="@id/ftueAuthGutterEnd"