Skip to content

Commit 5abae61

Browse files
authored
Italian language update (rustdesk#14949)
1 parent 52d62da commit 5abae61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lang/it.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
743743
("Display Name", "Visualizza nome"),
744744
("password-hidden-tip", "È impostata una password permanente (nascosta)."),
745745
("preset-password-in-use-tip", "È attualmente in uso la password preimpostata."),
746-
("Enable privacy mode", ""),
746+
("Enable privacy mode", "Abilita modalità privacy"),
747747
].iter().cloned().collect();
748748
}

0 commit comments

Comments
 (0)