mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 04:38:55 +00:00
typo
This commit is contained in:
parent
d1698460e0
commit
b4d910c9cb
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ module.exports.locals = function(req, res, next) {
|
|||
translations: translations[language.code],
|
||||
t: function(string){
|
||||
return (translations[language.code][string] || translations[language.code].stringNotFound);
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
next();
|
||||
|
|
|
|||
Loading…
Reference in a new issue