diff --git a/controllers/user.js b/controllers/user.js index 7a4351309..29bef7297 100644 --- a/controllers/user.js +++ b/controllers/user.js @@ -316,7 +316,7 @@ exports.userCommentListPage = function (req, res, next) { }); // SearchBar - options.searchBarPlaceholder = 'Search User\'s Comments'; + options.searchBarPlaceholder = 'Search ' + user.name + '\'s Comments'; options.searchBarFormAction = ''; //--- Tasks @@ -393,7 +393,7 @@ exports.userScriptListPage = function (req, res, next) { var pagination = options.pagination; // is set in modelQuery.apply___ListQueryDefaults // SearchBar - options.searchBarPlaceholder = 'Search User\'s Scripts'; + options.searchBarPlaceholder = 'Search ' + user.name + '\'s Scripts'; options.searchBarFormAction = ''; //--- Tasks