diff --git a/README.md b/README.md
index 278ef23..4cc12b6 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
(Always prefer [F-Droid](https://f-droid.org) build, when possible).
Android app to show your Nextcloud Maps geobookmarks list. Geobookmarks can be opened in all apps supporting geo links (i.e. Google Maps, Organic Maps etc...).
-A new geobookmark can be created on current location.
+A new geofavorite can be created on current location.
**Requires Maps app to be installed on the Nextcloud instance.**
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 66e3c0e..420c207 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -24,7 +24,7 @@
Choose account
- New geobookmark
+ New geofavorite
About
Switch account
List
@@ -33,8 +33,8 @@
Check out this place: {lat}°N, {lng}°E https://www.openstreetmap.org/#map=17/{lat}/{lng}
Share
Delete
- Delete geobookmark
- You are about to delete geobookmark {name}. Proceed?
+ Delete geofavorite
+ You are about to delete geofavorite {name}. Proceed?
Delete
Maintain
Geofavorite deleted
diff --git a/fastlane/metadata/android/en-US/changelogs/1.txt b/fastlane/metadata/android/en-US/changelogs/1.txt
index f8fb640..eaa86e0 100644
--- a/fastlane/metadata/android/en-US/changelogs/1.txt
+++ b/fastlane/metadata/android/en-US/changelogs/1.txt
@@ -1 +1 @@
-First alpha release: working geobookmarks list, open geobookmarks in other apps via geo link, add geobookmark on current location.
+First alpha release: working geobookmarks list, open geobookmarks in other apps via geo link, add geofavorite on current location.
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
index 2384ac4..2b05a3d 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -1,6 +1,6 @@
UNOFFICIAL and FOSS Nextcloud Maps client at its earliest stages of developement. Shows your Nextcloud Maps geobookmarks list.
Geobookmarks can be opened in all apps supporting geo links (i.e. Google Maps, Organic Maps etc...).
-A new geobookmark can be created on current location or by sharing a geo: uri from another app.
+A new geofavorite can be created on current location or by sharing a geo: uri from another app.
Requires Maps app to be installed on the Nextcloud instance.
As per Nextcloud's guidelines, the login is implemented using Nextcloud's Single Sign On module and thus requires Nextcloud app installed.