Skip to content

Commit b9110c3

Browse files
VelikovPetarclaude
andauthored
Fix camera attachment picker hint texts (#6349)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4008e90 commit b9110c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stream-chat-android-compose/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@
218218
<!-- Attachment Picker -->
219219
<string name="stream_compose_attachment_media_picker">Media</string>
220220
<string name="stream_compose_attachment_file_picker">Files</string>
221-
<string name="stream_compose_attachment_camera_picker">Camera</string>
222-
<string name="stream_compose_attachment_camera_picker_content">Capture from the camera</string>
221+
<string name="stream_compose_attachment_camera_picker">Open Camera</string>
222+
<string name="stream_compose_attachment_camera_picker_content">Take a photo and share</string>
223223
<string name="stream_compose_attachment_polls_picker">Polls</string>
224224
<string name="stream_compose_attachment_poll_picker_content">Create a poll and let everyone vote</string>
225225
<string name="stream_compose_attachment_poll_picker_cta">Create Poll</string>
Loading

0 commit comments

Comments
 (0)