Skip to content

Commit ce6f999

Browse files
committed
Update Sentinel-1 download message to clarify demo environment limitation
1 parent 5c3c273 commit ce6f999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DownloadModal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function DownloadModal({ item, collection, onClose }) {
182182
{/* SAR download disabled warning */}
183183
{downloadsDisabled && (
184184
<div className="backend-warning">
185-
Downloads are disabled for Sentinel-1 SAR data. File sizes are too large (1.2 GB per band).
185+
Downloads are currently disabled for Sentinel-1 SAR data due to file size constraints (1.2 GB per band) in this demo environment.
186186
</div>
187187
)}
188188

0 commit comments

Comments
 (0)