From e61404146be463cace9dc63e30a9d9321deb32eb Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 1 Jul 2024 16:34:44 -0400 Subject: [PATCH] Requests a NIP-96 compliant server --- .../amethyst/ui/actions/mediaServers/MediaServerEditField.kt | 2 +- amethyst/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/mediaServers/MediaServerEditField.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/mediaServers/MediaServerEditField.kt index 1b8f0e284..586719a14 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/mediaServers/MediaServerEditField.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/mediaServers/MediaServerEditField.kt @@ -56,7 +56,7 @@ fun MediaServerEditField( ), ) { OutlinedTextField( - label = { Text(text = stringRes(R.string.add_a_relay)) }, + label = { Text(text = stringRes(R.string.add_a_nip96_server)) }, modifier = Modifier.weight(1f), value = url, onValueChange = { url = it }, diff --git a/amethyst/src/main/res/values/strings.xml b/amethyst/src/main/res/values/strings.xml index 971167a03..3e9cac723 100644 --- a/amethyst/src/main/res/values/strings.xml +++ b/amethyst/src/main/res/values/strings.xml @@ -938,4 +938,6 @@ Insufficient Storage - The server doesn’t have enough storage to process the request successfully Loop Detected - The server detects an infinite loop while processing the request Network Authentication Required - The client must be authenticated to access the network + + Add a NIP-96 Server