diff --git a/app/src/main/java/com/futo/platformplayer/Settings.kt b/app/src/main/java/com/futo/platformplayer/Settings.kt
index f66e493e..9f7a1b15 100644
--- a/app/src/main/java/com/futo/platformplayer/Settings.kt
+++ b/app/src/main/java/com/futo/platformplayer/Settings.kt
@@ -1103,7 +1103,7 @@ class Settings : FragmentedStorageFileJson() {
var syncServerUrl: String? = null;
- @FormField(R.string.payment_status, FieldForm.READONLYTEXT, -1, 6)
+ @FormField(R.string.relay_server, FieldForm.READONLYTEXT, -1, 6)
val syncServer: String get() = if(syncServerUrl?.isBlank() == true) StateSync.RELAY_SERVER else syncServerUrl ?: StateSync.RELAY_SERVER;
@FormField(R.string.configure_sync_server, FieldForm.BUTTON, R.string.configure_sync_server_description, 7)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 51d08ac4..ace799c5 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -478,6 +478,7 @@
Number of concurrent threads to multiply download speeds from throttled sources
Payment
Payment Status
+ Sync Relay Server
Bypass Rotation Prevention
Playlist Delete Confirmation
Show confirmation dialog when deleting media from a playlist