We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a6f30 commit 458eebfCopy full SHA for 458eebf
example/src/App.tsx
@@ -299,7 +299,7 @@ export default function App() {
299
<Button
300
intercom_accessibilityLabel="present-conversation"
301
intercom_disabled={!loggedUser}
302
- intercom_title="Present Conversation"
+ intercom_title="Display Conversation"
303
intercom_onPress={() => {
304
if (conversationId) {
305
let conversationContent =
0 commit comments