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

Commit d50fb59b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add string for number of hotspot connected devices"

parents a14cde6e b8deeb6a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1015,4 +1015,10 @@
    <!-- About phone, status item value if the actual value is not available. -->
    <string name="status_unavailable">Unavailable</string>

    <!-- Summary to show how many devices are connected in wifi hotspot [CHAR LIMIT=NONE] -->
    <plurals name="wifi_tether_connected_summary">
        <item quantity="one">%1$d device connected</item>
        <item quantity="other">%1$d devices connected</item>
    </plurals>

</resources>