diff --git a/intl/default.json b/intl/default.json index 24492db..c081622 100644 --- a/intl/default.json +++ b/intl/default.json @@ -36,6 +36,7 @@ "download-file-date": "Date: {rawDate, date, short} ({formatedRelative})", "download-file-format": "Format: {format}", "download-file-application": "Application: {app}", + "download-file-filesize": "Size: {size}", "download-file-download": "Download file", "download-choose-type": "Download type:", "layerlist-baselayer": "Base map", diff --git a/src/javascripts/features/downloadBundles/downloadResultList.js b/src/javascripts/features/downloadBundles/downloadResultList.js index 2aac926..c95e426 100644 --- a/src/javascripts/features/downloadBundles/downloadResultList.js +++ b/src/javascripts/features/downloadBundles/downloadResultList.js @@ -6,7 +6,7 @@ import React, { PropTypes } from 'react' import { connect } from 'react-redux' -import { ListGroup } from 'react-bootstrap' +import { PanelGroup } from 'react-bootstrap' import { DownloadDisplay } from './downloadDisplay' @@ -23,7 +23,7 @@ const ResultList = ({ features }) => (