mirror of https://github.com/M66B/FairEmail.git
Added remark
This commit is contained in:
parent
224525d88e
commit
067b5e7f5f
|
@ -90,5 +90,15 @@
|
|||
android:text="@string/title_debug_info_send"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/cbContact" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvSendRemark"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/title_debug_info_send_remark"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
android:textStyle="italic"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/cbSend" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</eu.faircode.email.ScrollViewEx>
|
||||
</eu.faircode.email.ScrollViewEx>
|
||||
|
|
|
@ -2280,6 +2280,7 @@
|
|||
<string name="title_debug_info_issue_remark">Details, such as the estimated time of the problem, the exact error message, etc., are important</string>
|
||||
<string name="title_debug_info_contact">We recently had contact about this problem</string>
|
||||
<string name="title_debug_info_send">Send immediately</string>
|
||||
<string name="title_debug_info_send_remark">Normally, the debug info will be stored as draft message first, so you can check what will be sent</string>
|
||||
<string name="title_unexpected_info_remark">Please describe what you were doing when you got the error:</string>
|
||||
<string name="title_issue_subject" translatable="false">FairEmail %1$s issue</string>
|
||||
|
||||
|
|
Loading…
Reference in New Issue