mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-07 11:41:27 +03:00
Changed "unremember" to "forget" everywhere. It sounds better, shorter and it is also used for variable names as 'forget'.
This commit is contained in:
@@ -235,7 +235,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Wrong credentials", "Błędne dane uwierzytelniające"),
|
||||
("The verification code is incorrect or has expired", "Kod weryfikacyjny jest niepoprawny lub wygasł"),
|
||||
("Edit Tag", "Edytuj tag"),
|
||||
("Unremember Password", "Zapomnij hasło"),
|
||||
("Forget Password", "Zapomnij hasło"),
|
||||
("Favorites", "Ulubione"),
|
||||
("Add to Favorites", "Dodaj do ulubionych"),
|
||||
("Remove from Favorites", "Usuń z ulubionych"),
|
||||
|
||||
Reference in New Issue
Block a user