mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
web/i18n/error/api: fix a typo in fetch.short_link
Some checks are pending
Run tests / api sanity check (push) Waiting to run
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run service tests / test service functionality (push) Waiting to run
Run service tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Some checks are pending
Run tests / api sanity check (push) Waiting to run
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run service tests / test service functionality (push) Waiting to run
Run service tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
This commit is contained in:
parent
51c5d055ec
commit
fffb31dbf0
@ -34,7 +34,7 @@
|
|||||||
"fetch.critical.core": "one of the core modules returned an error that i don't recognize. try again in a few seconds, but if this issue sticks, please report it!",
|
"fetch.critical.core": "one of the core modules returned an error that i don't recognize. try again in a few seconds, but if this issue sticks, please report it!",
|
||||||
"fetch.empty": "couldn't find any media that i could download for you. are you sure you pasted the right link?",
|
"fetch.empty": "couldn't find any media that i could download for you. are you sure you pasted the right link?",
|
||||||
"fetch.rate": "the processing instance got rate limited by {{ service }}. try again in a few seconds!",
|
"fetch.rate": "the processing instance got rate limited by {{ service }}. try again in a few seconds!",
|
||||||
"fetch.short_link": "couldn't get info from the short link. are you sure it works? if it does and you still get this error, please report the issue!",
|
"fetch.short_link": "couldn't get info from the short link. are you sure it works? if it does and you still get this error, please report this issue!",
|
||||||
|
|
||||||
"content.too_long": "media you requested is too long. the duration limit on this instance is {{ limit }} minutes. try something shorter instead!",
|
"content.too_long": "media you requested is too long. the duration limit on this instance is {{ limit }} minutes. try something shorter instead!",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user