diff options
| author | Fuwn <[email protected]> | 2022-03-18 20:23:54 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-18 20:23:54 -0700 |
| commit | 6394eab5bbe80c1aaef41d3b5bfc0de1f983821c (patch) | |
| tree | 3ff895fb21b6af2a867604008a53ba9781e92fbf /src/routes | |
| parent | fix(language): temporary workaround image updates (diff) | |
| download | frontend-next-6394eab5bbe80c1aaef41d3b5bfc0de1f983821c.tar.xz frontend-next-6394eab5bbe80c1aaef41d3b5bfc0de1f983821c.zip | |
fix(language): timeframe correction
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/language.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/routes/language.svelte b/src/routes/language.svelte index 5b378ba..1e5ca71 100644 --- a/src/routes/language.svelte +++ b/src/routes/language.svelte @@ -145,8 +145,8 @@ SPDX-License-Identifier: GPL-3.0-only --> The aforementioned link does have an API which can provide direct data about images and could be integrated directly into this website, however, there is a ratelimit of around one-thousand, low-tier - requests per day without a paid subscription, which is why the link is - outbound. + requests per month without a paid subscription, which is why the link + is outbound. </p> <p> Integrating the API into this website is a future goal, however, it is |