From f355dbf1d2af3075c6a3f13d8bf5f8dca22e6005 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 24 Sep 2023 23:52:46 +0200 Subject: [PATCH] fix(Slide - Spoof client): Use correct patch name --- .../patches/reddit/customclients/slide/api/SpoofClientPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/reddit/customclients/slide/api/SpoofClientPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/customclients/slide/api/SpoofClientPatch.kt index 97871b855..af79f9e6a 100644 --- a/src/main/kotlin/app/revanced/patches/reddit/customclients/slide/api/SpoofClientPatch.kt +++ b/src/main/kotlin/app/revanced/patches/reddit/customclients/slide/api/SpoofClientPatch.kt @@ -9,7 +9,7 @@ import app.revanced.patches.reddit.customclients.AbstractSpoofClientPatch import app.revanced.patches.reddit.customclients.boostforreddit.api.fingerprints.GetClientIdFingerprint @Patch( - name = "Slide client spoof", + name = "Spoof client", description = "Spoofs the client in order to allow logging in. " + "The OAuth application type has to be \"Installed app\" " + "and the redirect URI has to be set to \"http://www.ccrama.me\".",