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:
@@ -63,7 +63,7 @@ function LightboxContainer({
|
|||||||
return (
|
return (
|
||||||
<Pressable
|
<Pressable
|
||||||
accessibilityHint={undefined}
|
accessibilityHint={undefined}
|
||||||
accessibilityLabel={_(msg`Close image lightbox`)}
|
accessibilityLabel={_(msg`Close image viewer`)}
|
||||||
onPress={handleBackgroundPress}
|
onPress={handleBackgroundPress}
|
||||||
style={[a.fixed, a.inset_0, a.z_10]}>
|
style={[a.fixed, a.inset_0, a.z_10]}>
|
||||||
<Backdrop />
|
<Backdrop />
|
||||||
@@ -216,7 +216,7 @@ function LightboxGallery({
|
|||||||
]}
|
]}
|
||||||
hoverStyle={styles.blurredBackdropHover}
|
hoverStyle={styles.blurredBackdropHover}
|
||||||
color="secondary"
|
color="secondary"
|
||||||
label={_(msg`Close lightbox`)}
|
label={_(msg`Close image viewer`)}
|
||||||
shape="round"
|
shape="round"
|
||||||
size={gtPhone ? 'large' : 'small'}>
|
size={gtPhone ? 'large' : 'small'}>
|
||||||
<XIcon size={gtPhone ? 'md' : 'sm'} style={{color: t.palette.white}} />
|
<XIcon size={gtPhone ? 'md' : 'sm'} style={{color: t.palette.white}} />
|
||||||
|
|||||||
Reference in New Issue
Block a user