From c890cbf6110bcbd39cacc6cf9f36fda86394c52d Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:29:44 +0200 Subject: [PATCH] Update italian language --- src/lang/it.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index 262395183..bb287d1ea 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -233,7 +233,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Username missed", "Nome utente mancante"), ("Password missed", "Password mancante"), ("Wrong credentials", "Credenziali errate"), - ("The verification code is incorrect or has expired", ""), + ("The verification code is incorrect or has expired", "Il codice di verifica non è corretto o è scaduto"), ("Edit Tag", "Modifica tag"), ("Unremember Password", "Dimentica password"), ("Favorites", "Preferiti"),