Skip to content

Commit

Permalink
Fix application title (#1389)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Davies <[email protected]>
  • Loading branch information
ashdavies and ashdavies authored Dec 12, 2024
1 parent 81ef6e5 commit b9141e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conferences-app/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:name="io.ashdavies.party.MainActivity"
android:configChanges="keyboardHidden|orientation"
android:exported="true"
android:label="Playground"
android:label="Conferences"
android:theme="@style/Theme.Material3.DynamicColors.DayNight">

<intent-filter>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="application">Playground</string>
<string name="application">Conferences</string>
<string name="upcoming">Upcoming</string>
<string name="profile">Profile</string>
<string name="events">Events</string>
Expand Down

0 comments on commit b9141e3

Please sign in to comment.