From 28380132e20cd691e2e86cccdb559a7e34488720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sun, 4 Jan 2026 16:50:34 +0100 Subject: [PATCH] pl-fe: add missing Download button title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/modals/media-modal.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/pl-fe/src/modals/media-modal.tsx b/packages/pl-fe/src/modals/media-modal.tsx index 062e565c5..69f29970d 100644 --- a/packages/pl-fe/src/modals/media-modal.tsx +++ b/packages/pl-fe/src/modals/media-modal.tsx @@ -33,6 +33,7 @@ const messages = defineMessages({ previous: { id: 'lightbox.previous', defaultMessage: 'Previous' }, zoomIn: { id: 'lightbox.zoom_in', defaultMessage: 'Zoom to actual size' }, zoomOut: { id: 'lightbox.zoom_out', defaultMessage: 'Zoom to fit' }, + download: { id: 'video.download', defaultMessage: 'Download file' }, }); // you can't use 100vh, because the viewport height is taller @@ -289,6 +290,7 @@ const MediaModal: React.FC = (props) => { )}