if (data.reshare.share_type==OC.Share.SHARE_TYPE_GROUP){
html+='<span class="reshare">'+t('core','Shared with you and the group %s by %s',data.reshare.share_with,data.reshare.uid_owner)+'</span>';
html+='<span class="reshare">'+t('core','Shared with you and the group')+''+data.reshare.share_with+''+t('core','by')+''+data.reshare.uid_owner+'</span>';
}else{
html+='<span class="reshare">'+t('core','Shared with you by %s',data.reshare.uid_owner)+'</span>';
html+='<span class="reshare">'+t('core','Shared with you by')+''+data.reshare.uid_owner+'</span>';
}
html+='<br />';
}
...
...
@@ -182,7 +182,7 @@ OC.Share={
// Suggest sharing via email if valid email address
// var pattern = new RegExp(/^[+a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/i);