mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Revert "Removed t is undefined, which causes passman to hang."
This reverts commit dad944a9513d771ef559301baa9fa3c697b67fac.
This commit is contained in:
parent
f23cb85048
commit
34ff3c492c
@ -130,7 +130,7 @@ OC.ContactsImporter = OC.ContactsImporter || {
|
||||
$(document).ready(function(){
|
||||
|
||||
// translate search result type
|
||||
OC.search.resultTypes.contact = 'Contact';
|
||||
OC.search.resultTypes.contact = t('contacts', 'Contact');
|
||||
|
||||
OC.search.customResults.contact = function (row, item){
|
||||
var text = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user