@@ -71,7 +71,7 @@ export function SupportCard() {
7171 Support
7272 </ CardTitle >
7373 < CardDescription >
74- A private chat with the OctoBot team.
74+ Leave a secure, end-to-end encrypted message for the OctoBot team.
7575 </ CardDescription >
7676 </ CardHeader >
7777 < CardContent className = "flex flex-col items-start gap-3" >
@@ -81,15 +81,15 @@ export function SupportCard() {
8181
8282 { status === "disabled" && (
8383 < span className = "text-xs text-muted-foreground" >
84- Support chat isn't available on this OctoBot.
84+ Support isn't available on this OctoBot.
8585 </ span >
8686 ) }
8787
8888 { status === "none" && (
8989 < >
9090 < span className = "text-sm text-muted-foreground" >
91- Stuck on something? Open a ticket to chat with the team and share
92- a debug snapshot in one click.
91+ Stuck on something? Leave a message and the team will get back to
92+ you. Share a debug snapshot in one click.
9393 </ span >
9494 < Button size = "sm" onClick = { ( ) => setOpen ( true ) } >
9595 New ticket
@@ -100,9 +100,8 @@ export function SupportCard() {
100100 { status === "pending" && (
101101 < >
102102 < span className = "text-sm text-muted-foreground" >
103- The DRAKKAR-SOFTWARE team hasn't accepted your ticket yet. The
104- chat opens automatically once they do — you can share logs after
105- that.
103+ The DRAKKAR-SOFTWARE team hasn't accepted your ticket yet. Replies
104+ will appear here once they do. You can share logs after that.
106105 </ span >
107106 < Button variant = "outline" size = "sm" asChild >
108107 < Link to = "/support" > View status</ Link >
@@ -147,7 +146,7 @@ export function SupportCard() {
147146 < DialogHeader >
148147 < DialogTitle > New support ticket</ DialogTitle >
149148 < DialogDescription >
150- Tell us what's going on. We'll reply right here in this chat.
149+ Tell us what's going on. The team will get back to you, this is not a live chat.
151150 </ DialogDescription >
152151 </ DialogHeader >
153152 < div className = "flex flex-col gap-3" >
0 commit comments