correct translation

This commit is contained in:
rustdesk
2023-08-16 14:09:06 +08:00
parent 1141b99cf4
commit c37732be9b
3 changed files with 3 additions and 3 deletions

View File

@@ -76,6 +76,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("exceed_max_devices", "You have reached the maximum number of managed devices."),
("pull_ab_failed_tip", "Failed to refresh address book"),
("push_ab_failed_tip", "Failed to sync address book to server"),
("synced_peer_readded_tip", "The devices present in the recent sessions will be re-added to the address book."),
("synced_peer_readded_tip", "The devices that were present in the recent sessions will be synchronized back to the address book."),
].iter().cloned().collect();
}