]> source.dussan.org Git - nextcloud-server.git/commitdiff
Localize contacts menu search input placeholder 5402/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 14 Jun 2017 08:29:36 +0000 (10:29 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 14 Jun 2017 09:52:52 +0000 (11:52 +0200)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
core/js/contactsmenu.js

index 3da6ea127cd9eb0fdf54b818317221deb5e38f61..6d57ae72e655cd63001e1a9fe3086aec6a88b37d 100644 (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 = ''