Skip to content
Snippets Groups Projects
Commit 3af61a0a authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

Share Dialog: show Displayname instead of internal name

parent 78c694b6
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,7 @@ OC.Share={
}
var collectionList = $('#shareWithList li').filterAttr('data-collection', item);
if (collectionList.length > 0) {
$(collectionList).append(', '+shareWith);
$(collectionList).append(', '+shareWithDisplayName);
} else {
var html = '<li style="clear: both;" data-collection="'+item+'">'+t('core', 'Shared in {item} with {user}', {'item': item, user: shareWithDisplayName})+'</li>';
$('#shareWithList').prepend(html);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment