Skip to content

Commit 0990cb5

Browse files
CRNS-75: Fixing title of send button
1 parent 6650109 commit 0990cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MessageInput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ const MessageInput = withKeyboardContext(
827827
}
828828
/>
829829
<SendButton
830-
title="Pick an image from camera roll"
830+
title="Send message"
831831
sendMessage={this.sendMessage}
832832
editing={this.props.editing}
833833
/>

0 commit comments

Comments
 (0)