Skip to content

Commit

Permalink
added placeholder text to the app filter
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Dec 19, 2014
1 parent 1e771bc commit 0fcb381
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -83,6 +83,7 @@ public void onValueChange(ValueChangeEvent<String> event) {
filterApps();
}
});
appFilter.setPlaceholder(i18n.format(AppMessages.ORG_APPS_FILTER_PLACEHOLDER));
}

/**
Expand Down

0 comments on commit 0fcb381

Please sign in to comment.