mirror of https://github.com/M66B/FairEmail.git
Added text
This commit is contained in:
parent
33db8759c6
commit
c4d98598ef
|
@ -877,7 +877,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:text="@string/title_send_sensitivity"
|
||||
android:text="@string/title_identity_sensitivity"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/spReceiptType" />
|
||||
|
|
|
@ -1114,6 +1114,7 @@
|
|||
<string name="title_identity_reply_to">Reply to address</string>
|
||||
<string name="title_identity_internal">Internal domain names (comma separated)</string>
|
||||
<string name="title_identity_uri">Link contact</string>
|
||||
<string name="title_identity_sensitivity">Default sensitivity</string>
|
||||
<string name="title_identity_unicode">Allow UTF-8 in message headers</string>
|
||||
<string name="title_identity_unicode_remark">Most servers do not support this</string>
|
||||
<string name="title_identity_octetmime">Allow 8BITMIME</string>
|
||||
|
|
Loading…
Reference in New Issue