added phrases for every empty peer type

This commit is contained in:
NicKoehler
2023-03-10 19:37:49 +01:00
parent 38c9e142ff
commit c1d5f743a9
36 changed files with 181 additions and 14 deletions

View File

@@ -468,5 +468,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Minimize", ""),
("Maximize", ""),
("Your Device", ""),
("empty_recent_tip", ""),
("empty_favorite_tip", ""),
("empty_lan_tip", ""),
("empty_address_book_tip", ""),
].iter().cloned().collect();
}