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

Commit ba1a6114 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Settings: res: Add summary for updates fragment

parent 1357c656
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,9 @@
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- /e/ updater -->
    <string name="system_update_summary">Updates, preferences, release notes</string>

    <!-- /e/ version -->
    <string name="e_version">/e/ OS version</string>

+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    <Preference
        android:key="top_level_update"
        android:title="@string/system_update_settings_list_item_title"
        android:summary="@string/summary_placeholder"
        android:summary="@string/system_update_summary"
        android:icon="@drawable/ic_system_update"
        android:order="-150"
        android:fragment="com.android.settings.SystemUpdaterSettings"