We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f34c8f2 commit e00a666Copy full SHA for e00a666
modules/default/newsfeed/newsfeed.js
@@ -57,7 +57,7 @@ Module.register("newsfeed", {
57
// Define required translations.
58
getTranslations () {
59
// The translations for the default modules are defined in the core translation files.
60
- // 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.
61
// If you're trying to build your own module including translations, check out the documentation.
62
return false;
63
},
0 commit comments