Capitalize more words and fix duplicate string

This commit is contained in:
Torsten Grote
2022-02-25 10:42:16 -03:00
parent 952ac2c922
commit 9fa3ee18a4
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@
android:layout_marginHorizontal="@dimen/margin_xlarge"
android:layout_marginTop="@dimen/margin_xlarge"
android:layout_marginBottom="@dimen/margin_large"
android:text="@string/mailbox_setup_intro"
android:text="@string/mailbox_setup_download"
android:textAppearance="@style/TextAppearance.MaterialComponents.Body1"
app:layout_constraintBottom_toTopOf="@+id/scanButton"
app:layout_constraintEnd_toEndOf="parent"