Requests a NIP-96 compliant server

pull/967/head
Vitor Pamplona 2024-07-01 16:34:44 -04:00
rodzic 07dbcbf5c3
commit e61404146b
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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 },

Wyświetl plik

@ -938,4 +938,6 @@
<string name="http_status_507">Insufficient Storage - The server doesnt have enough storage to process the request successfully</string>
<string name="http_status_508">Loop Detected - The server detects an infinite loop while processing the request</string>
<string name="http_status_511">Network Authentication Required - The client must be authenticated to access the network</string>
<string name="add_a_nip96_server">Add a NIP-96 Server</string>
</resources>