opt: rename to dual-way

This commit is contained in:
Kingtous
2023-01-30 22:57:20 +08:00
parent 8ab49d11d1
commit 05822991bf
38 changed files with 43 additions and 49 deletions

View File

@@ -448,7 +448,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Please confirm if you want to share your desktop?", "Подтвердите, что хотите поделиться своим рабочим столом?"),
("Closed as expected", ""),
("Guest to Host", ""),
("Two way", ""),
("Dual way", ""),
("Audio Transmission Mode", ""),
].iter().cloned().collect();
}