mirror of https://github.com/M66B/FairEmail.git
Added text
This commit is contained in:
parent
45acd2937a
commit
107c50f832
|
@ -95,7 +95,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:text="@string/title_pop3"
|
||||
android:text="@string/title_setup_pop"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvTenantHint" />
|
||||
|
|
|
@ -247,6 +247,7 @@
|
|||
<string name="title_setup_done">Done</string>
|
||||
<string name="title_setup_still">Still to do</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_app_password">You might need to use an app password</string>
|
||||
<string name="title_setup_extra">Extra</string>
|
||||
|
|
Loading…
Reference in New Issue