Localize contacts menu search input placeholder
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
fbeb6659f8
commit
aab5dd7d7e
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in New Issue