Skip to content

Commit bd1ab6f

Browse files
Frontend: Fix duplicate edit profile button (#9191)
1 parent 3ebed7e commit bd1ab6f

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

app/web/components/ProfileIncompleteDialog/ProfileIncompleteDialog.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ export default function ProfileIncompleteDialog({
7070
<Button component={Link} href={routeToEditProfile()}>
7171
{t("profile:complete_profile_dialog.edit_profile_button")}
7272
</Button>
73-
<Button component={Link} href={routeToEditProfile()}>
74-
{t("dashboard:complete_profile_dialog.edit_profile_button")}
75-
</Button>
7673
</DialogActions>
7774
</Dialog>
7875
);

app/web/features/dashboard/locales/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"please_complete_profile": "Please complete your profile and ensure you show up in search:",
44
"fill_in_who_i_am": "1. Fill in your \"Who I am\" section with a few sentences about yourself",
55
"upload_photo": "2. Upload a photo (by clicking on the avatar on the edit page)",
6-
"edit_profile_button_text": "Edit your profile",
76
"complete_profile_explanation": "Don't you hate how other platforms have empty \"ghost\" profiles with no information. Please don't ghost us! 👻👻👻",
87
"your_communities_heading": "Your communities",
98
"all_communities_heading": "All communities",

0 commit comments

Comments
 (0)