-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update profile deletion text #1869
Conversation
Deployed to Cloudflare Pages
|
@@ -33,7 +33,7 @@ export function DeleteProfileButton({ prominent }: DeleteProfileButtonProps) { | |||
<> | |||
<Button | |||
color="status-error" | |||
label={t('persist.loginToProfile.deleteProfile.button', 'Delete profile')} | |||
label={t('persist.loginToProfile.deleteProfile.button', 'Forgot password?')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1869 +/- ##
==========================================
+ Coverage 81.31% 81.34% +0.03%
==========================================
Files 193 193
Lines 5095 5099 +4
Branches 939 943 +4
==========================================
+ Hits 4143 4148 +5
+ Misses 952 951 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
0ad34ff
to
43ccf68
Compare
43ccf68
to
fe45c54
Compare
Don agrees