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

Commit 791eb813 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Change current version title to our brand name

parent 776e8c38
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -170,4 +170,7 @@

    <!-- /e/ info dialog-->
    <string name="info_dialog_message_e">/e/OS updates are full installation packages. That means you can always install only the latest update, even if you skipped some in between!</string>

    <!-- /e/ brand changes-->
    <string name="header_title_text_e">/e/OS\n%1$s</string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ public class UpdatesActivity extends UpdatesListActivity {
        }

        TextView headerTitle = findViewById(R.id.header_title);
        headerTitle.setText(getString(R.string.header_title_text,
        headerTitle.setText(getString(R.string.header_title_text_e,
                    BuildInfoUtils.getDisplayVersion()));

        updateLastCheckedString();