Update support email/chat display string.
Bug: 28141203 Also removed unnecessary padding restriction in layout so button width can grow. Change-Id: I2805cf161407b16544bd2dcb89d56ba8f11669b9
This commit is contained in:
@@ -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"
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user