mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 06:31:17 +00:00
Added text
This commit is contained in:
parent
45acd2937a
commit
107c50f832
2 changed files with 2 additions and 1 deletions
|
@ -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" />
|
||||||
|
|
|
@ -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 …</string>
|
<string name="title_setup_configuring">Configuring account …</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>
|
||||||
|
|
Loading…
Reference in a new issue