Localize contacts menu search input placeholder

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2017-06-14 10:29:36 +02:00
parent fbeb6659f8
commit aab5dd7d7e
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ''