diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/microg/fingerprints/IntegrityCheckFingerprint.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/microg/fingerprints/IntegrityCheckFingerprint.kt index ee73eb5c3..d2960ec8b 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/microg/fingerprints/IntegrityCheckFingerprint.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/microg/fingerprints/IntegrityCheckFingerprint.kt @@ -78,5 +78,5 @@ object IntegrityCheckFingerprint : MethodFingerprint( Opcode.CONST_STRING, Opcode.GOTO, Opcode.NEW_ARRAY - ), listOf("This should never happen.", "GooglePlayServicesUtil", "Google Play Store fingerprint invalid.") + ), listOf("This should never happen.", "GooglePlayServicesUtil", "Google Play Store signature invalid.") ) \ No newline at end of file