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

Commit 5851f7a5 authored by Antony Sargent's avatar Antony Sargent
Browse files

Increase character limit for filter_instant_apps string in Settings

Bug: 35743917
Test: not applicable

Apparently the existing character limit of 30 was too small for some
language translations, so this CL increases it to 40.

Change-Id: Iba5c9867dfd1dbfeca5280219aa3cad1e4f7d981
parent bee2554f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6895,7 +6895,7 @@
    <string name="filter_all_apps">All apps</string>
    <!-- Label for showing enabled apps in list [CHAR LIMIT=30] -->
    <string name="filter_enabled_apps">Installed apps</string>
    <!-- Label for showing instant apps in list [CHAR LIMIT=30] -->
    <!-- Label for showing instant apps in list [CHAR LIMIT=40] -->
    <string name="filter_instant_apps">Instant apps</string>
    <!-- Label for showing personal apps in list [CHAR LIMIT=30] -->
    <string name="filter_personal_apps">Personal</string>