We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02cd9c commit f557fc9Copy full SHA for f557fc9
src/lang/it.rs
@@ -741,7 +741,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
741
("keep-awake-during-incoming-sessions-label", "Mantieni lo schermo attivo durante le sessioni in ingresso"),
742
("Continue with {}", "Continua con {}"),
743
("Display Name", "Visualizza nome"),
744
- ("password-hidden-tip", ""),
745
- ("preset-password-in-use-tip", ""),
+ ("password-hidden-tip", "È impostata una password permanente (nascosta)."),
+ ("preset-password-in-use-tip", "È attualmente in uso la password preimpostata."),
746
].iter().cloned().collect();
747
}
0 commit comments