diff --git a/app/javascript/mastodon/features/compose/util/language_detection.js b/app/javascript/mastodon/features/compose/util/language_detection.js index 79ca8db19ae..b82b60fa37e 100644 --- a/app/javascript/mastodon/features/compose/util/language_detection.js +++ b/app/javascript/mastodon/features/compose/util/language_detection.js @@ -69,7 +69,7 @@ if (languageDetectorInGlobalThis) { } module = await import('./language_detection_with_languagedetector'); } else { - module = await import('./language_detection_with_laude'); + module = await import('./language_detection_with_lande'); } const debouncedGuess = module.debouncedGuess; diff --git a/app/javascript/mastodon/features/compose/util/language_detection_with_laude.js b/app/javascript/mastodon/features/compose/util/language_detection_with_lande.js similarity index 100% rename from app/javascript/mastodon/features/compose/util/language_detection_with_laude.js rename to app/javascript/mastodon/features/compose/util/language_detection_with_lande.js