diff --git a/src/components/translation-block.jsx b/src/components/translation-block.jsx index 339d4ca9..d186d9f8 100644 --- a/src/components/translation-block.jsx +++ b/src/components/translation-block.jsx @@ -20,8 +20,8 @@ const throttle = pThrottle({ // Using other API instances instead of lingva.ml because of this bug (slashes don't work): // https://github.com/thedaviddelta/lingva-translate/issues/68 const LINGVA_INSTANCES = [ - 'lingva.garudalinux.org', 'lingva.lunar.icu', + 'lingva.garudalinux.org', 'translate.plausibility.cloud', ]; let currentLingvaInstance = 0;