Merge "Update support email/chat display string." into nyc-mr1-dev

This commit is contained in:
Fan Zhang
2016-05-06 15:45:30 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 4 deletions

View File

@@ -21,8 +21,6 @@
android:layout_height="wrap_content"
android:background="@color/support_escalation_background"
android:gravity="center_horizontal"
android:paddingStart="56dp"
android:paddingEnd="56dp"
android:paddingBottom="8dp">
<LinearLayout
android:layout_width="wrap_content"

View File

@@ -7504,10 +7504,10 @@
<string name="support_escalation_by_phone">Support call</string>
<!-- Button label for contacting customer support by email [CHAR LIMIT=20]-->
<string name="support_escalation_by_email">Support chat</string>
<string name="support_escalation_by_email">Support email</string>
<!-- Button label for contacting customer support by chat [CHAR LIMIT=20]-->
<string name="support_escalation_by_chat">Chat</string>
<string name="support_escalation_by_chat">Support chat</string>
<!-- Button label for visiting help forum [CHAR LIMIT=60]-->
<string name="support_forum_title">Help forum</string>