From 32af62cccd924498f4d1251b72c3c8e0e48cd7c1 Mon Sep 17 00:00:00 2001 From: neoGalaxy88 Date: Tue, 22 Nov 2022 09:48:07 +0100 Subject: [PATCH] Update it.rs --- 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 61f9cad5e..76e034450 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -394,6 +394,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("One-time Password", "Password monouso"), ("Use one-time password", "Usa password monouso"), ("One-time password length", "Lunghezza password monouso"), - ("Request access to your device", ""), + ("Request access to your device", "Richiedi l'accesso al tuo dispositivo"), ].iter().cloned().collect(); }