diff --git a/js/dom-functions-1.js b/js/dom-functions-1.js index 4dea14d..d173dc7 100644 --- a/js/dom-functions-1.js +++ b/js/dom-functions-1.js @@ -337,7 +337,7 @@ function setNewCurrentStream(stream,actionOnSuccess,setLocation) { var h2FeedHeader = window.sL.following; } else if(stream.substring(0,40) == 'statuses/user_timeline.json?screen_name=') { - var h2FeedHeader = window.sL.notices + '
/ ' + window.sL.mentions + ' / Favoriter
'; + var h2FeedHeader = window.sL.notices + '
/ ' + window.sL.mentions + ' / ' + window.sL.favoritesNoun +'
'; } else if(stream.substring(0,35) == 'statuses/mentions.json?screen_name=') { var h2FeedHeader = '
' + window.sL.notices + ' /
' + window.sL.mentions + '
/ ' + window.sL.favoritesNoun + '
';