We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d62da commit 5abae61Copy full SHA for 5abae61
1 file changed
src/lang/it.rs
@@ -743,6 +743,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
743
("Display Name", "Visualizza nome"),
744
("password-hidden-tip", "È impostata una password permanente (nascosta)."),
745
("preset-password-in-use-tip", "È attualmente in uso la password preimpostata."),
746
- ("Enable privacy mode", ""),
+ ("Enable privacy mode", "Abilita modalità privacy"),
747
].iter().cloned().collect();
748
}
0 commit comments