Skip to content

Commit 2fe1b57

Browse files
committed
updating captcha copy and removing subtitle
1 parent 8e4e70a commit 2fe1b57

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

vector/src/main/res/layout/fragment_ftue_login_captcha.xml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -53,34 +53,20 @@
5353
android:layout_height="wrap_content"
5454
android:layout_marginTop="16dp"
5555
android:gravity="center"
56-
android:text="@string/ftue_auth_create_account_title"
56+
android:text="@string/ftue_auth_captcha_title"
5757
android:textColor="?vctr_content_primary"
58-
app:layout_constraintBottom_toTopOf="@id/captchaHeaderSubtitle"
59-
app:layout_constraintEnd_toEndOf="@id/captchaGutterEnd"
60-
app:layout_constraintStart_toStartOf="@id/captchaGutterStart"
61-
app:layout_constraintTop_toBottomOf="@id/captchaHeaderIcon" />
62-
63-
<TextView
64-
android:id="@+id/captchaHeaderSubtitle"
65-
style="@style/Widget.Vector.TextView.Subtitle"
66-
android:layout_width="0dp"
67-
android:layout_height="wrap_content"
68-
android:layout_marginTop="8dp"
69-
android:gravity="center"
70-
android:text="@string/auth_recaptcha_message"
71-
android:textColor="?vctr_content_secondary"
7258
app:layout_constraintBottom_toTopOf="@id/titleContentSpacing"
7359
app:layout_constraintEnd_toEndOf="@id/captchaGutterEnd"
7460
app:layout_constraintStart_toStartOf="@id/captchaGutterStart"
75-
app:layout_constraintTop_toBottomOf="@id/captchaHeaderTitle" />
61+
app:layout_constraintTop_toBottomOf="@id/captchaHeaderIcon" />
7662

7763
<Space
7864
android:id="@+id/titleContentSpacing"
7965
android:layout_width="match_parent"
8066
android:layout_height="0dp"
8167
app:layout_constraintBottom_toTopOf="@id/loginCaptchaWevView"
8268
app:layout_constraintHeight_percent="0.03"
83-
app:layout_constraintTop_toBottomOf="@id/captchaHeaderSubtitle" />
69+
app:layout_constraintTop_toBottomOf="@id/captchaHeaderTitle" />
8470

8571
<WebView
8672
android:id="@+id/loginCaptchaWevView"

vector/src/main/res/values/donottranslate.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,7 @@
6363
<string name="ftue_auth_forgot_password">Forgot password</string>
6464
<string name="ftue_auth_password_reset_confirmation">Password reset</string>
6565

66+
<string name="ftue_auth_captcha_title">Are you a human?</string>
67+
6668
<string name="location_map_view_copyright" translatable="false">© MapTiler © OpenStreetMap contributors</string>
6769
</resources>

0 commit comments

Comments
 (0)