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

Commit 9e8b9c02 authored by Steve McKay's avatar Steve McKay
Browse files

Fix inspector activity title.

Was referencing obsolete string.
Bug: 64795456
Test: Reproduced failure by manually deleting strings. Verified builds with manifest change.

Change-Id: Ia3804185cf581f4c783b7896b5cc540c4b29768a
parent c8e3706e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -59,7 +59,7 @@


        <activity
        <activity
            android:name=".inspector.InspectorActivity"
            android:name=".inspector.InspectorActivity"
            android:label="@string/menu_inspector"
            android:label="@string/menu_inspect"
            android:icon="@drawable/launcher_icon"
            android:icon="@drawable/launcher_icon"
            android:theme="@style/DocumentsTheme">
            android:theme="@style/DocumentsTheme">
        </activity>
        </activity>