Skip to content

Commit

Permalink
chore: update newsfeed.js (#3692)
Browse files Browse the repository at this point in the history
Therefor -> Therefore

refs: #3690
  • Loading branch information
eltociear authored Feb 1, 2025
1 parent f34c8f2 commit e00a666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/default/newsfeed/newsfeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Module.register("newsfeed", {
// Define required translations.
getTranslations () {
// 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.
return false;
},
Expand Down

0 comments on commit e00a666

Please sign in to comment.