diff options
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/contactsmenu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/contactsmenu.js b/core/js/contactsmenu.js index 3da6ea127cd..6d57ae72e65 100644 --- a/core/js/contactsmenu.js +++ b/core/js/contactsmenu.js @@ -26,7 +26,7 @@ 'use strict'; var MENU_TEMPLATE = '' - + '<input id="contactsmenu-search" type="search" placeholder="Search contacts …" value="{{searchTerm}}">' + + '<input id="contactsmenu-search" type="search" placeholder="' + t('core', 'Search contacts …') + '" value="{{searchTerm}}">' + '<div class="content">' + '</div>'; var CONTACTS_LIST_TEMPLATE = '' |