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

Commit b5f34b85 authored by Claudia de Veaux's avatar Claudia de Veaux
Browse files

Remove unnecessary parenthesees in "No service" lock screen string.

Bug: 5221160

Change-Id: I7d64e2531f5c15d52251c4f6830547f3e7e86678
parent 3b21427b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1763,7 +1763,7 @@
                                          --> <skip />

    <!-- On the keyguard screen, it shows the carrier the phone is connected to.  This is displayed if the phone is not connected to a carrier.-->
    <string name="lockscreen_carrier_default">(No service)</string>
    <string name="lockscreen_carrier_default">No service.</string>

    <!-- Shown in the lock screen to tell the user that the screen is locked. -->
    <string name="lockscreen_screen_locked">Screen locked.</string>