Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1d5a1ea authored by jeffreyhuang's avatar jeffreyhuang
Browse files

Increase max char limit for sim slot number

 - translations to other languages requires a few more characters

Bug: 69672094
Test: Compiles
Change-Id: I59c1ced9098b02718599a1feb7e64903e8dbd7f7
parent eeffbf62
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2676,13 +2676,13 @@
    <string name="status_imei_sv">IMEI SV</string>
    <!-- Do not translate. About phone, status item title -->
    <string name="status_iccid">ICCID</string>
    <!-- About tablet, status item title.  The Mobile Directory Number [CHAR LIMIT=30] -->
    <!-- About tablet, status item title.  The Mobile Directory Number [CHAR LIMIT=40] -->
    <string name="status_number" product="tablet">MDN</string>
    <!-- About phone, status item title.  The phone number of the current device [CHAR LIMIT=30] -->
    <!-- About phone, status item title.  The phone number of the current device [CHAR LIMIT=40] -->
    <string name="status_number" product="default">Phone number</string>
    <!-- About tablet, status item title for multi-sim devices.  The Mobile Directory Number [CHAR LIMIT=30] -->
    <!-- About tablet, status item title for multi-sim devices.  The Mobile Directory Number [CHAR LIMIT=40] -->
    <string name="status_number_sim_slot" product="tablet">MDN (sim slot %1$d)</string>
    <!-- About phone, status item title for multi-sim devices.  The phone number of the current device [CHAR LIMIT=30] -->
    <!-- About phone, status item title for multi-sim devices.  The phone number of the current device [CHAR LIMIT=40] -->
    <string name="status_number_sim_slot" product="default">Phone number (sim slot %1$d)</string>
    <!-- About tablet, status item title.  The Mobile Directory Number [CHAR LIMIT=30] -->
    <string name="status_number_sim_status" product="tablet">MDN on SIM</string>