mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-07 02:41: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", "Falsche Anmeldedaten"),
|
||||
("The verification code is incorrect or has expired", "Der Verifizierungscode ist falsch oder abgelaufen"),
|
||||
("Edit Tag", "Tag bearbeiten"),
|
||||
("Unremember Password", "Gespeichertes Passwort löschen"),
|
||||
("Forget Password", "Gespeichertes Passwort löschen"),
|
||||
("Favorites", "Favoriten"),
|
||||
("Add to Favorites", "Zu Favoriten hinzufügen"),
|
||||
("Remove from Favorites", "Aus Favoriten entfernen"),
|
||||
|
||||
Reference in New Issue
Block a user