This commit is contained in:
Jakub Wilk 2023-07-14 14:06:29 +02:00
parent afbdbd293e
commit 860c81a643
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ routes:
error BadClientError:
echo error.exc.name, ": ", error.exc.msg
resp Http500, showError("Network error occured, please try again.", cfg)
resp Http500, showError("Network error occurred, please try again.", cfg)
error RateLimitError:
const link = a("another instance", href = instancesUrl)