fix: use correct substitute name if necessary

This commit is contained in:
oSumAtrIX 2023-03-13 05:09:48 +01:00
parent ccc3834210
commit b9fa498950
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -33,7 +33,7 @@ pub async fn cure(
);
if cured_name.is_empty() || !cured_name.starts_with(|c: char| c.is_ascii_alphabetic()) {
cured_name = "ReVanced user".to_string();
cured_name = "ReVanced member".to_string();
}
if name.to_lowercase() == cured_name {