mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix: improve wording
This commit is contained in:
parent
896a71308f
commit
26f9b0514f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ abstract class AbstractSpoofClientPatch(
|
|||
|
||||
val error = """
|
||||
In order to use this patch, you need to provide a client ID.
|
||||
You can do this by creating a file at ${it.absolutePath} with the client ID as its content.
|
||||
You can do that by creating a file at ${it.absolutePath} with the client ID as its content.
|
||||
Alternatively, you can provide the client ID using patch options.
|
||||
|
||||
You can get your client ID from https://www.reddit.com/prefs/apps.
|
||||
|
|
Loading…
Reference in a new issue