fix: fix case sensivity

This commit is contained in:
GramingFoxTeam
2023-07-27 15:46:24 +03:00
parent b4225f85a6
commit 263ba08afa
2 changed files with 3 additions and 4 deletions

View File

@@ -138,7 +138,7 @@
}
},
{
"regex": "you're offline|please check your",
"regex": "You're offline|Please check your",
"reply": {
"title": "Why does YT ReVanced say I'm offline?",
"description": "If your YT ReVanced appears to not have internet and you recently changed your Google password, remove the Vanced MicroG account from within your device settings and then log back in.",

View File

@@ -99,11 +99,10 @@
}
},
{
"regex": "you're offline|please check your",
"regex": "You're offline|Please check your",
"reply": {
"title": "Why does YT ReVanced say I'm offline?",
"description": "If your YT ReVanced appears to not have internet and you recently changed your Google password, remove the Vanced MicroG account from within your device settings and then log back in.",
"color": 14908858
"description": "If your YT ReVanced appears to not have internet and you recently changed your Google password, remove the Vanced MicroG account from within your device settings and then log back in."
}
}
]