localize UI strings: Italian → English

This commit is contained in:
2026-07-10 20:30:27 +01:00
parent 7dd77d4ef4
commit 088c0c01cb
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -154,8 +154,8 @@ impl RelayApp {
);
let _ = self
.broadcast_notification(
"Nuovo device",
"Un nuovo device è in attesa di conferma",
"New device",
"A new device is pending confirmation",
)
.await;
} else if let Err(e) = self.client.authorize(&ed25519_pub).await {