mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 04:51: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