Update template.rs

This commit is contained in:
Mr-Update 2023-03-05 23:23:33 +01:00 committed by GitHub
parent ff992d0489
commit 7d2c8c2ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -460,5 +460,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Codec", ""),
("Resolution", ""),
("No transfers in progress", ""),
].iter().cloned().collect();
("Set temporary password length", ""),
].iter().cloned().collect();
}