mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 02:01:29 +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", "틀린 인증 정보"),
|
||||
("The verification code is incorrect or has expired", ""),
|
||||
("Edit Tag", "태그 수정"),
|
||||
("Unremember Password", "패스워드 기억하지 않기"),
|
||||
("Forget Password", "패스워드 기억하지 않기"),
|
||||
("Favorites", "즐겨찾기"),
|
||||
("Add to Favorites", "즐겨찾기에 추가"),
|
||||
("Remove from Favorites", "즐겨찾기에서 삭제"),
|
||||
|
||||
Reference in New Issue
Block a user