Skip to content

Commit b6d61f8

Browse files
Merge pull request OpenUserJS#258 from Martii/augmentIssue-241
Use alternate verbal syntax for OpenUserJS#241
2 parents 2500db5 + f5b19a5 commit b6d61f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controllers/user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ exports.userCommentListPage = function (req, res, next) {
318318
});
319319

320320
// SearchBar
321-
options.searchBarPlaceholder = 'Search ' + user.name + '\'s Comments';
321+
options.searchBarPlaceholder = 'Search Comments from ' + user.name;
322322
options.searchBarFormAction = '';
323323

324324
//--- Tasks
@@ -395,7 +395,7 @@ exports.userScriptListPage = function (req, res, next) {
395395
var pagination = options.pagination; // is set in modelQuery.apply___ListQueryDefaults
396396

397397
// SearchBar
398-
options.searchBarPlaceholder = 'Search ' + user.name + '\'s Scripts';
398+
options.searchBarPlaceholder = 'Search Scripts from ' + user.name;
399399
options.searchBarFormAction = '';
400400

401401
//--- Tasks

0 commit comments

Comments
 (0)