mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #5400 from nextcloud/fix/contactsmenu-l10n-search-placeholder
Localize contacts menu search input placeholder
This commit is contained in:
commit
da95d4bcf1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue