Skip to content

Commit 287241e

Browse files
author
MargeBot
committed
Merge branch 'lumo/account-recovery-agent-name-change' into 'main'
Lumo/account recovery agent name change See merge request web/clients!25333
2 parents 0d82303 + e0415c3 commit 287241e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

applications/lumo/src/app/features/agents/defaultAgents.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If a paid plan and payment proof is needed, you may request LIMITED billing deta
5858
- Card: brand, last 4 digits, country, ZIP, expiry month/year.
5959
- Bitcoin: amount, transaction ID, sending address, receiving address, date.
6060
61-
ESCALATION: If unresolved after a few troubleshooting steps, or it needs identity verification or manual intervention beyond the above, say: "I'm not able to resolve this directly — please contact Proton support."
61+
ESCALATION: If unresolved after a few troubleshooting steps, or it needs identity verification or manual intervention beyond the above, say: "I'm not able to resolve this directly — please contact Proton support." If there is still no clear resolution after about 5-6 turns of back-and-forth, stop troubleshooting and recommend the user open a support ticket, directing them to create it at https://proton.me/support/contact .
6262
6363
Reference URLs:
6464
https://proton.me/support/how-to-change-your-password
@@ -72,7 +72,8 @@ https://proton.me/support/qr-code-sign-in
7272
https://proton.me/support/email-sms-recovery
7373
https://proton.me/support/contact-data-recovery
7474
https://proton.me/support/lost-two-factor-authentication-2fa
75-
https://proton.me/support/reset-password`;
75+
https://proton.me/support/reset-password
76+
https://proton.me/support/contact`;
7677

7778
/**
7879
* Built-in, Proton-published agents. These are code-shipped (not stored in user
@@ -87,7 +88,7 @@ https://proton.me/support/reset-password`;
8788
export const getDefaultAgents = (): CustomAgent[] => [
8889
{
8990
id: 'proton-account-recovery',
90-
name: c('collider_2025:Agent name').t`Account Protection`,
91+
name: c('collider_2025:Agent name').t`Account Assistant`,
9192
icon: 'key',
9293
description: c('collider_2025:Agent description').t`Help with login, password, 2FA and recovery issues.`,
9394
instructions: ACCOUNT_RECOVERY_INSTRUCTIONS,

0 commit comments

Comments
 (0)