chore: update newsfeed.js (#3692)

Therefor -> Therefore

refs: #3690
This commit is contained in:
Ikko Eltociear Ashimine 2025-02-01 15:02:29 +09:00 committed by GitHub
parent f34c8f2993
commit e00a666795
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ Module.register("newsfeed", {
// Define required translations. // Define required translations.
getTranslations () { getTranslations () {
// The translations for the default modules are defined in the core translation files. // The translations for the default modules are defined in the core translation files.
// Therefor we can just return false. Otherwise we should have returned a dictionary. // Therefore we can just return false. Otherwise we should have returned a dictionary.
// If you're trying to build your own module including translations, check out the documentation. // If you're trying to build your own module including translations, check out the documentation.
return false; return false;
}, },