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

Commit 95176da5 authored by cosmohsieh's avatar cosmohsieh
Browse files

[PasspointV2] Fix lint error

Lint error ... "Missing mandatory plural message forms: =1."
Add case one for plural string to prevent lint error, even though
this case should not happened.

Bug: 131688045
Test: manual
Change-Id: I1087b26495c71a6d167d7eaee1359d39c81cc59f
parent 5bfa4b24
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2317,8 +2317,9 @@
        <item quantity="one">1 subscription</item>
        <item quantity="other">%d subscriptions</item>
    </plurals>
    <!-- Wi-Fi settings screen, Saved networks summary.  This shows below the "Saved networks" item and indicates number of whole kinds networks, if there are both normal saved networks and saved passpoint networks. The number will be at least 2. [CHAR LIMIT=60] -->
    <!-- Wi-Fi settings screen, Saved networks summary.  This shows below the "Saved networks" item and indicates number of whole kinds networks, if there are both normal saved networks and saved passpoint networks. The number will be at least 2, so the one case is only to prevent lint error. [CHAR LIMIT=60] -->
    <plurals name="wifi_saved_all_access_points_summary">
        <item quantity="one">1 network &amp; subscription</item>
        <item quantity="other">%d networks &amp; subscriptions</item>
    </plurals>
    <!-- Wi-Fi settings screen, advanced, settings section.  This is a header shown above advanced wifi settings. [CHAR LIMIT=30] -->