diff --git a/src/lang/it.rs b/src/lang/it.rs index 446eb3e99..badab5606 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -698,6 +698,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Use WebSocket", "Usa WebSocket"), ("Trackpad speed", "Velocità trackpad"), ("Default trackpad speed", "Velocità predefinita trackpad"), - ("Numeric one-time password", ""), + ("Numeric one-time password", "Password numerica monouso"), ].iter().cloned().collect(); }