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

Commit 033a1bf3 authored by Marcos Marado's avatar Marcos Marado Committed by Gerrit Code Review
Browse files

When a SIM has no name, ask for it...

...instead of asking for some wifi SSID.

Change-Id: I203d454e8cb5581c97c20683082d9bb3097ccc8f
parent abd4d4aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
                    android:layout_height="wrap_content"
                    android:singleLine="true"
                    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" />

+1 −0
Original line number Diff line number Diff line
@@ -425,6 +425,7 @@
    <string name="status_bar_show_unused_sims_title">Show empty SIM icons</string>
    <string name="status_bar_show_unused_sims_title_summary_off">Hide icons of unused SIM slots</string>
    <string name="status_bar_show_unused_sims_title_summary_on">Indicate unused SIM slots</string>
    <string name="sim_name_hint">Enter the SIM name</string>

    <!-- Notification light dialogs -->
    <string name="edit_light_settings">Edit light settings</string>