mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 18:27:43 +00:00
Added title
This commit is contained in:
parent
134fbaf2f0
commit
bb67c03e21
2 changed files with 2 additions and 1 deletions
|
@ -766,7 +766,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:text="@string/title_encryption"
|
||||
android:text="@string/title_advanced_e2e_encryption"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvInternalHint" />
|
||||
|
|
|
@ -680,6 +680,7 @@
|
|||
<string name="title_advanced_sender_hint">Most providers do not allow modified sender addresses</string>
|
||||
<string name="title_advanced_bcc_hint">The address won\'t be shown, but will be added on sending</string>
|
||||
<string name="title_advanced_internal_hint">There will be a warning when sending to another domain</string>
|
||||
<string name="title_advanced_e2e_encryption">Options for end-to-end encryption</string>
|
||||
|
||||
<string name="title_advanced_display_harmful_hint">Disabling this option might be harmful to your privacy</string>
|
||||
<string name="title_advanced_display_hidden_hint">This can result in odd looking and double texts</string>
|
||||
|
|
Loading…
Reference in a new issue