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

This commit is contained in:
wukko 2025-06-28 14:46:03 +06:00
parent 51c5d055ec
commit fffb31dbf0
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -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.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.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!",