Skip to content

Commit 1d182a6

Browse files
committed
Label the rejection-recovery CTA "Manually register an app"
1 parent 8fe2a97 commit 1d182a6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/react/src/components/add-account-modal.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,9 @@ function AddAccountModalView(props: AddAccountModalProps) {
15521552
size="sm"
15531553
onClick={() => setRegisteringOAuthClient(true)}
15541554
>
1555-
Register app
1555+
{dcrFallbackMessage
1556+
? "Manually register an app"
1557+
: "Register app"}
15561558
</Button>
15571559
{oauthOtherApps.length > 0 && !showOtherApps ? (
15581560
<Button

0 commit comments

Comments
 (0)