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

Commit c8449402 authored by Andrew Lee's avatar Andrew Lee Committed by android-build-merger
Browse files

Correct capitaliztion of "wi-fi" to "Wi-Fi".

automerge: 5f2de0f

* commit '5f2de0f118c1b40ebbd4329c66722f907c396163':
  Correct capitaliztion of "wi-fi" to "Wi-Fi".
parents 9dac1a70 f5c7142b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -144,15 +144,15 @@
    <!-- The "label" of the in-call Notification for an ongoing call. [CHAR LIMIT=60] -->
    <string name="notification_ongoing_call">Ongoing call</string>
    <!-- The "label" of the in-call Notification for an ongoing call, which is being made over
         wi-fi. [CHAR LIMIT=60] -->
    <string name="notification_ongoing_call_wifi">Ongoing wi-fi call</string>
         Wi-Fi. [CHAR LIMIT=60] -->
    <string name="notification_ongoing_call_wifi">Ongoing Wi-Fi call</string>
    <!-- The "label" of the in-call Notification for a call that's on hold -->
    <string name="notification_on_hold">On hold</string>
    <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] -->
    <string name="notification_incoming_call">Incoming call</string>
    <!-- The "label" of the in-call Notification for an incoming ringing call,
         which is being made over wi-fi. [CHAR LIMIT=60] -->
    <string name="notification_incoming_call_wifi">Incoming wi-fi call</string>
         which is being made over Wi-Fi. [CHAR LIMIT=60] -->
    <string name="notification_incoming_call_wifi">Incoming Wi-Fi call</string>
    <!-- The "label" of the in-call Notification for an incoming ringing video call. -->
    <string name="notification_incoming_video_call">Incoming video call</string>
    <!-- The "label" of the in-call Notification for upgrading an existing call to a video call. -->