fix typo
Some checks failed
Deploy Addon / build (SSH_HOST_2, SSH_KEY_2) (push) Has been cancelled
Deploy Addon / build (SSH_HOST_3, SSH_KEY_3) (push) Has been cancelled
Deploy Addon / build (SSH_HOST_4, SSH_KEY_4) (push) Has been cancelled

This commit is contained in:
TheBeastLT 2024-11-17 21:42:06 +02:00
parent 87939e490b
commit ac17dc5087
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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}`
};
}