mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 23:21: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", "Nome de usuário ou senha incorretos"),
|
||||
("The verification code is incorrect or has expired", ""),
|
||||
("Edit Tag", "Editar Tag"),
|
||||
("Unremember Password", "Esquecer Senha"),
|
||||
("Forget Password", "Esquecer Senha"),
|
||||
("Favorites", "Favoritos"),
|
||||
("Add to Favorites", "Adicionar aos Favoritos"),
|
||||
("Remove from Favorites", "Remover dos Favoritos"),
|
||||
|
||||
Reference in New Issue
Block a user