From ff9a538e2d07acfc73bf257eedadd1e998fc85f9 Mon Sep 17 00:00:00 2001 From: NicKoehler <53040044+NicKoehler@users.noreply.github.com> Date: Mon, 21 Nov 2022 15:24:30 +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..3ca466f22 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 accesso al tuo dispositivo"), ].iter().cloned().collect(); }