diff --git a/cogs/sidestore/afc.py b/cogs/sidestore/afc.py index 49007e9..cdf0a07 100644 --- a/cogs/sidestore/afc.py +++ b/cogs/sidestore/afc.py @@ -16,7 +16,7 @@ def afc_command(): '# AFC Connection Failure\n\n---\n\n' + '1. Make sure Wi-Fi is connected to a stable network\n' + '2. Make sure StosVPN is connected and updated\n' + - '3. If issue still persists, generate and import a new pairing file using `idevice_pair`. See [Pairing File instructions](https://docs.sidestore.io/docs/installation/pairing-file) for details' + '3. If issue still persists, create and import a new pairing file using `idevice_pair`. See [Pairing File instructions](https://docs.sidestore.io/docs/installation/pairing-file) for details' ) ) embed.set_author(name="SideStore", icon_url="https://github.com/SideStore/assets/blob/main/icons/classic/Default.png?raw=true") diff --git a/cogs/sidestore/half.py b/cogs/sidestore/half.py index 0c71e4e..97f2b52 100644 --- a/cogs/sidestore/half.py +++ b/cogs/sidestore/half.py @@ -21,7 +21,7 @@ def half_command(): '- Change Anisette Server\n' + '- Reset adi.pb\n' + '- Sign out from SideStore and sign back in\n' + - '- Regenerate pairing file\n' + + '- Recreate pairing file\n' + '- Reinstall SideStore\n\n' ) ) diff --git a/cogs/sidestore/udid.py b/cogs/sidestore/udid.py index 9de3631..4c651ca 100644 --- a/cogs/sidestore/udid.py +++ b/cogs/sidestore/udid.py @@ -15,7 +15,7 @@ def udid_command(): description=( '# SideStore Could Not Determine Device UDID\n\n---\n\n' + 'This error usually occurs when the pairing file is corrupted. Please create a new pairing file using `idevice_pair` and try again.\n\n' + - 'If you forgot how to generate a new pairing file, you can refer to the documentation below.' + 'If you forgot how to create a new pairing file, you can refer to the documentation below.' ) ) embed.set_author(name="SideStore", icon_url="https://github.com/SideStore/assets/blob/main/icons/classic/Default.png?raw=true")