Merge branch 'design_dialogs_props' of github.com:xwiki-labs/cryptpad into design_dialogs_props

pull/1/head
yflory 5 years ago
commit 12f6e3b1d4

@ -718,7 +718,7 @@ define([
var KB = Util.bytesToKilobytes(bytes);
var formatted = Messages._getKey('formattedKB', [KB]);
$d.append(h('div.cp-app-prop', [Messages.fc_sizeInKilobytes, h('br'), h('span.cp-app-prop-content', formatted)]));
$d.append(h('div.cp-app-prop', [Messages.upload_size, h('br'), h('span.cp-app-prop-content', formatted)]));
if (data.sharedFolder && false) {
$('<label>', {'for': 'cp-app-prop-channel'}).text('Channel ID').appendTo($d);

Loading…
Cancel
Save