You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
html+='<span class="reshare">'+t('core','Shared with you and the group {group} by {owner}',{group: data.reshare.share_with,owner: data.reshare.displayname_owner})+' <div id="avatar-share-owner" style="display: inline-block"></div></span>';
361
+
html+='<span class="reshare">'+t('core','Shared with you and the group {group} by {owner}',{group: data.reshare.share_with,owner: data.reshare.displayname_owner});
html+='<span class="reshare">'+t('core','Shared with you by {owner}',{owner: data.reshare.displayname_owner})+' <div id="avatar-share-owner" style="display: inline-block"></div></span>';
367
+
html+='<span class="reshare">'+t('core','Shared with you by {owner}',{owner: data.reshare.displayname_owner});
0 commit comments