Rename "lightbox" to "image viewer" in user-facing strings (#9807)

https://claude.ai/code/session_01LWKpUAY5WJL7UfeFJd9kVU

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-02-01 12:21:15 +02:00
committed by GitHub
parent 809b318fe4
commit d9ef02737b
+2 -2
View File
@@ -63,7 +63,7 @@ function LightboxContainer({
return (
<Pressable
accessibilityHint={undefined}
accessibilityLabel={_(msg`Close image lightbox`)}
accessibilityLabel={_(msg`Close image viewer`)}
onPress={handleBackgroundPress}
style={[a.fixed, a.inset_0, a.z_10]}>
<Backdrop />
@@ -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'}>
<XIcon size={gtPhone ? 'md' : 'sm'} style={{color: t.palette.white}} />