Update banner message for debug log.

This commit is contained in:
Sagar
2025-04-23 01:29:04 +05:30
committed by Cody Henthorne
parent f5f56536bc
commit 252a4afa79
2 changed files with 3 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:padding="8dp"
android:text="@string/SubmitDebugLogActivity_this_log_will_be_posted_publicly_online_for_contributors"
android:text="@string/SubmitDebugLogActivity_your_log_will_be_posted_online"
android:textColor="@color/core_black"
android:background="@color/core_yellow"
android:visibility="gone"

View File

@@ -2845,6 +2845,8 @@
<string name="SubmitDebugLogActivity_copy_this_url_and_add_it_to_your_issue">Copy this URL and add it to your issue report or support email:\n\n<b>%1$s</b></string>
<string name="SubmitDebugLogActivity_share">Share</string>
<string name="SubmitDebugLogActivity_this_log_will_be_posted_publicly_online_for_contributors">This log will be posted publicly online for contributors to view. You may examine it before uploading.</string>
<!-- Banner message shown while submitting debug log -->
<string name="SubmitDebugLogActivity_your_log_will_be_posted_online">When you click Submit, your log will be posted online for 30 days at a unique, unpublished URL. You may Save it locally first.</string>
<!-- SupportEmailUtil -->
<string name="SupportEmailUtil_support_email" translatable="false">support@signal.org</string>