Increase the char limit of carrier_and_update_text to 32.
The translation of the carrier_and_update_text field in some European languages requires 32 characters. To accomodate these requirements increase the character limit from 30 to 32. Also, set the field to wrap since the name of the carrier can be long. Bug: 76443795 Test: manual Change-Id: Ic4c3ed0736af0535734590340e9631108707da73
This commit is contained in:
@@ -9193,7 +9193,7 @@
|
||||
<!-- Informational text about time left in billing cycle [CHAR LIMIT=60] -->
|
||||
<string name="billing_cycle_less_than_one_day_left">Less than 1 day left</string>
|
||||
|
||||
<!-- Informational text about carrier and update time [CHAR LIMIT=30] -->
|
||||
<!-- Informational text about carrier and update time [CHAR LIMIT=32] -->
|
||||
<string name="carrier_and_update_text">Updated by <xliff:g name="carrier" example="T-mobile">^1</xliff:g> <xliff:g name="time" example="3m">^2</xliff:g> ago</string>
|
||||
|
||||
<!-- Informational text about update time only, without carrier. First argument intentionally skipped. [CHAR LIMIT=30] -->
|
||||
|
||||
Reference in New Issue
Block a user