Skip to content

Commit

Permalink
Merge pull request RocketChat#130 from shubhsherl/search_text
Browse files Browse the repository at this point in the history
Change search to search_user
  • Loading branch information
kb0304 authored Jan 23, 2020
2 parents 29a4813 + 394a4bf commit db1795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui-sidenav/client/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Template.toolbar.onCreated(function() {

Template.toolbarSearchBar.helpers({
getPlaceholder() {
let placeholder = TAPi18n.__('Search');
let placeholder = TAPi18n.__('Search_Users');

if (!Meteor.Device.isDesktop()) {
return placeholder;
Expand Down

0 comments on commit db1795e

Please sign in to comment.