Rename app to Lunatic

This commit is contained in:
Peter Cai 2023-04-25 16:16:24 -04:00
parent 8a563711ee
commit 9b881dd574
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
<activity
android:name="net.typeblog.lunatic.Settings.SettingsActivity"
android:exported="true"
android:label="@string/spotlight_settings_title"
android:label="@string/spotlight_settings_app_name"
android:theme="@style/Theme.SubSettingsBase">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

View File

@ -22,7 +22,7 @@
<string name="summary_empty" translatable="false"></string>
<!-- App Name -->
<string name="spotlight_settings_app_name">Lunatic LED interface</string>
<string name="spotlight_settings_app_name">Lunatic</string>
<!-- Ambient Display -->
<string name="spotlight_settings_enable">Enable LEDs</string>