mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 23:01: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", "提供的登录信息错误"),
|
||||
("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