Changed "unremember" to "forget" everywhere. It sounds better, shorter and it is also used for variable names as 'forget'.

This commit is contained in:
borondics
2023-09-18 10:09:06 +02:00
committed by GitHub
parent f24a8b3918
commit 6d5f044948
37 changed files with 37 additions and 37 deletions

View File

@@ -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", "ازالة من المفضلة"),