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

Commit d0c0a479 authored by Sanket Padawe's avatar Sanket Padawe
Browse files

Changing hint string inside sim name editor dialog in settings.

Chaning hint string from "Enter SSID" to "Enter SIM name" inside sim name
editor dialog in sim settings.

Bug: 18455476
Change-Id: I3ac58e23a23d6afa31b84ec1296623e0443f3cff
parent 5925e191
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
                    android:singleLine="true"
                    android:paddingStart="@dimen/sim_content_padding"
                    android:paddingBottom="@dimen/sim_dialog_margin_bottom"
                    android:hint="@string/wifi_ssid_hint"
                    android:hint="@string/sim_name_hint"
                    android:inputType="textNoSuggestions"
                    android:maxLength="@integer/sim_name_length"
                    android:textColor="@android:color/black"
+2 −0
Original line number Diff line number Diff line
@@ -5505,6 +5505,8 @@
    <string name="sim_slot_empty">SIM empty</string>
    <!-- Name label of Sim Editor.  [CHAR LIMIT=40] -->
    <string name="sim_editor_name">SIM name</string>
    <!-- Hint for SIM name in sim name editor dialog.  [CHAR LIMIT=40] -->
    <string name="sim_name_hint">Enter SIM name</string>
    <!-- Title label of Sim Editor.  [CHAR LIMIT=40] -->
    <string name="sim_editor_title">SIM slot %1$d</string>
    <!-- Carrier label of Sim Editor.  [CHAR LIMIT=40] -->