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

Commit 8c0c4f8d authored by jasonwshsu's avatar jasonwshsu
Browse files

Increase CHAR LIMIT for bluetooth_profile_pbap string translation

* Original EN string length is already surpass the CHAR LIMIT, so increase it to a more reasonable CHAR LIMIT

Bug: 404181597
Test: Check UI in Device details page
Flag: EXEMPT bugfix
Change-Id: I40fe72e1e91325e887d8b1220722093b25985e64
parent 470f5318
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@
    <string name="bluetooth_profile_hid">Input device</string>
    <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (accessing Internet through remote device). [CHAR LIMIT=40] -->
    <string name="bluetooth_profile_pan">Internet access</string>
    <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PBAP profile. [CHAR LIMIT=40] -->
    <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PBAP profile. [CHAR LIMIT=80] -->
    <string name="bluetooth_profile_pbap">Allow access to contacts and call history</string>
    <!-- Bluetooth settings. The user-visible summary string that is used whenever referring to the PBAP profile (sharing contacts). [CHAR LIMIT=60] -->
    <string name="bluetooth_profile_pbap_summary">Info will be used for call announcements and more</string>