mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 17:15:37 +00:00
fix typo
This commit is contained in:
parent
87939e490b
commit
ac17dc5087
2 changed files with 3 additions and 3 deletions
4
.github/workflows/deploy_addon.yml
vendored
4
.github/workflows/deploy_addon.yml
vendored
|
|
@ -13,10 +13,10 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- ssh-host: SSH_HOST
|
||||
ssh-key: SSH_KEY
|
||||
- ssh-host: SSH_HOST_2
|
||||
ssh-key: SSH_KEY_2
|
||||
- ssh-host: SSH_HOST_3
|
||||
ssh-key: SSH_KEY_3
|
||||
- ssh-host: SSH_HOST_4
|
||||
ssh-key: SSH_KEY_4
|
||||
|
||||
|
|
|
|||
|
|
@ -235,7 +235,7 @@ function errorStreamResponse(mochKey, error, config) {
|
|||
if (error === AccessBlockedError) {
|
||||
return {
|
||||
name: `Torrentio\n${MochOptions[mochKey].shortName} error`,
|
||||
title: `Access to ${MochOptions[mochKey].name} is blocked!\nCheck you account or email.`,
|
||||
title: `Access to ${MochOptions[mochKey].name} is blocked!\nCheck your account or email.`,
|
||||
url: `${config.host}/${StaticResponse.FAILED_ACCESS}`
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue