Skip to content

Commit

Permalink
Remove onboarding device error missing description
Browse files Browse the repository at this point in the history
  • Loading branch information
Theophile Sandoz authored and Theophile Sandoz committed Sep 3, 2024
1 parent a952115 commit 9be15ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ export function useSpecificError({ primaryAction, secondaryAction }: SpecificPro
[ErrorReason.NO_BACKUP_ONBOARDING_DEVICE]: {
icon: <Icons.DeleteCircleFill size={"L"} color={colors.error.c60} />,
title: t("walletSync.synchronize.unbackedOnboarding.title"),
description: t("walletSync.synchronize.unbackedOnboarding.description"),
cta: t("walletSync.synchronize.unbackedOnboarding.cta"),
ctaSecondary: t("walletSync.synchronize.unbackedOnboarding.cancel"),
analyticsPage: AnalyticsPage.OnBoardingDeviceNoBackup,
Expand Down

0 comments on commit 9be15ed

Please sign in to comment.