Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #33229 from wilsonpage/1225472
Browse files Browse the repository at this point in the history
Bug 1225472 - [Music] Search 'close' button is not localized
  • Loading branch information
wilsonpage committed Nov 17, 2015
2 parents 2893aea + b456a1d commit 5bb6cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/music/elements/music-search-box.js
Expand Up @@ -77,7 +77,7 @@ proto.createdCallback = function() {
* @private
*/
this.localize = () => {
document.l10n.formatValues(['search', 'search-close'])
document.l10n.formatValues('search', 'search-close')
.then(([search, close]) => {
this.els.input.placeholder = search;
this.els.close.textContent = close;
Expand Down

0 comments on commit 5bb6cd1

Please sign in to comment.