feat(conversations): make widget ticket recovery text customizable - #4668
Open
christiaan-ph wants to merge 2 commits into
Open
feat(conversations): make widget ticket recovery text customizable#4668christiaan-ph wants to merge 2 commits into
christiaan-ph wants to merge 2 commits into
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 task
Contributor
Contributor
posthog-js Compliance ReportDate: 2026-08-28 12:39:58 UTC ✅ All Tests Passed!26/26 tests passed Capture Tests✅ 26/26 tests passed View Details
|
Contributor
|
Size Change: +48 B (0%) Total Size: 20.5 MB 📦 View Changed
ℹ️ View Unchanged
|
christiaan-ph
marked this pull request as ready for review
August 28, 2026 12:06
Contributor
|
Reviews (1): Last reviewed commit: "feat(conversations): make widget ticket ..." | Re-trigger Greptile |
marandaneto
approved these changes
Aug 31, 2026
marandaneto
left a comment
Member
There was a problem hiding this comment.
PostHog/posthog#90802 has to be merged first, and fix CI, otherwise lgtm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The conversations widget footer ("Don't see your previous tickets? Recover them here") is hardcoded in English. Teams that run the widget in another language can customize the greeting and placeholder, but not this footer.
Changes
ticketRecoveryTextandticketRecoveryLinkTextfrom the conversations remote config, falling back to the current strings.ConversationsRemoteConfigdeclares the two new optional keys.Screenshots
Release info Sub-libraries affected
Libraries affected
Checklist
conversations-widget.test.tsx, 8 tests, pass locally).config.x || defaultsubstitution, matching howgreetingTextandplaceholderTextare consumed without dedicated render tests.