Skip to content

Commit ccc756a

Browse files
committed
Merge pull request #3 from KAMiKAZOW/patch-1
Remove "Backend" from string
2 parents 078bf3e + 925de05 commit ccc756a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
android:label="@string/app_name">
1616
<service
1717
android:name=".BackendService"
18-
android:label="Nominatim Backend">
18+
android:label="Nominatim">
1919
<intent-filter>
2020
<action android:name="org.microg.nlp.GEOCODER_BACKEND"/>
2121
</intent-filter>

0 commit comments

Comments
 (0)