From 9c5fdc500574d6e4f20c2e98ca2c8f38df363478 Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Tue, 27 May 2014 22:09:55 +0200 Subject: [PATCH] add title property to share dialog --- core/js/share.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/js/share.js b/core/js/share.js index 583f92dd39..d013f25757 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -451,7 +451,7 @@ OC.Share={ } var html = '
  • '; var showCrudsButton; - html += ''+t('core', 'Unshare')+''; + html += ''+t('core', 'Unshare')+''; html += '' + escapeHTML(shareWithDisplayName) + ''; var mailNotificationEnabled = $('input:hidden[name=mailNotificationEnabled]').val(); if (mailNotificationEnabled === 'yes') { @@ -464,7 +464,7 @@ OC.Share={ if (possiblePermissions & OC.PERMISSION_CREATE || possiblePermissions & OC.PERMISSION_UPDATE || possiblePermissions & OC.PERMISSION_DELETE) { html += ' '; } - showCrudsButton = ''+t('core', 'access control')+''; + showCrudsButton = ''+t('core', 'access control')+''; html += '