Skip to content

Commit e00a666

Browse files
authored
chore: update newsfeed.js (#3692)
Therefor -> Therefore refs: #3690
1 parent f34c8f2 commit e00a666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/default/newsfeed/newsfeed.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Module.register("newsfeed", {
5757
// Define required translations.
5858
getTranslations () {
5959
// 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.
60+
// Therefore we can just return false. Otherwise we should have returned a dictionary.
6161
// If you're trying to build your own module including translations, check out the documentation.
6262
return false;
6363
},

0 commit comments

Comments
 (0)