1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 06:31:17 +00:00

Added text

This commit is contained in:
M66B 2022-04-18 15:07:57 +02:00
parent 45acd2937a
commit 107c50f832
2 changed files with 2 additions and 1 deletions

View file

@ -95,7 +95,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="12dp" android:layout_marginTop="12dp"
android:text="@string/title_pop3" android:text="@string/title_setup_pop"
android:textAppearance="@style/TextAppearance.AppCompat.Small" android:textAppearance="@style/TextAppearance.AppCompat.Small"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvTenantHint" /> app:layout_constraintTop_toBottomOf="@id/tvTenantHint" />

View file

@ -247,6 +247,7 @@
<string name="title_setup_done">Done</string> <string name="title_setup_done">Done</string>
<string name="title_setup_still">Still to do</string> <string name="title_setup_still">Still to do</string>
<string name="title_setup_error">Error</string> <string name="title_setup_error">Error</string>
<string name="title_setup_pop">Use POP3 (not recommended)</string>
<string name="title_setup_configuring">Configuring account &#8230;</string> <string name="title_setup_configuring">Configuring account &#8230;</string>
<string name="title_setup_app_password">You might need to use an app password</string> <string name="title_setup_app_password">You might need to use an app password</string>
<string name="title_setup_extra">Extra</string> <string name="title_setup_extra">Extra</string>