fix(sidestore): update idevice_pair terminology

This commit is contained in:
CelloSerenity
2025-10-14 13:08:33 -06:00
committed by GitHub
parent 6c6555dfb7
commit 5c6f12ab80
3 changed files with 3 additions and 3 deletions

View File

@@ -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")