mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 17:21:28 +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", "Fel användarnamn eller lösenord"),
|
||||
("The verification code is incorrect or has expired", ""),
|
||||
("Edit Tag", "Ändra Tagg"),
|
||||
("Unremember Password", "Glöm lösenord"),
|
||||
("Forget Password", "Glöm lösenord"),
|
||||
("Favorites", "Favoriter"),
|
||||
("Add to Favorites", "Lägg till favorit"),
|
||||
("Remove from Favorites", "Ta bort från favoriter"),
|
||||
|
||||
Reference in New Issue
Block a user