From d9ef02737b49cff13b3d49d7e97286f86bc80164 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sun, 1 Feb 2026 12:21:15 +0200 Subject: [PATCH] Rename "lightbox" to "image viewer" in user-facing strings (#9807) https://claude.ai/code/session_01LWKpUAY5WJL7UfeFJd9kVU Co-authored-by: Claude --- src/view/com/lightbox/Lightbox.web.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/com/lightbox/Lightbox.web.tsx b/src/view/com/lightbox/Lightbox.web.tsx index 9a5dfe2a43..34b88e0aa6 100644 --- a/src/view/com/lightbox/Lightbox.web.tsx +++ b/src/view/com/lightbox/Lightbox.web.tsx @@ -63,7 +63,7 @@ function LightboxContainer({ return ( @@ -216,7 +216,7 @@ function LightboxGallery({ ]} hoverStyle={styles.blurredBackdropHover} color="secondary" - label={_(msg`Close lightbox`)} + label={_(msg`Close image viewer`)} shape="round" size={gtPhone ? 'large' : 'small'}>