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

This commit is contained in:
yflory 2019-11-25 13:26:46 +01:00
commit 12f6e3b1d4
1 changed files with 1 additions and 1 deletions

View File

@ -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);