Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ export default function ProfileIncompleteDialog({
<Button component={Link} href={routeToEditProfile()}>
{t("profile:complete_profile_dialog.edit_profile_button")}
</Button>
<Button component={Link} href={routeToEditProfile()}>
{t("dashboard:complete_profile_dialog.edit_profile_button")}
</Button>
</DialogActions>
</Dialog>
);
Expand Down
1 change: 0 additions & 1 deletion app/web/features/dashboard/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"please_complete_profile": "Please complete your profile and ensure you show up in search:",
"fill_in_who_i_am": "1. Fill in your \"Who I am\" section with a few sentences about yourself",
"upload_photo": "2. Upload a photo (by clicking on the avatar on the edit page)",
"edit_profile_button_text": "Edit your profile",
"complete_profile_explanation": "Don't you hate how other platforms have empty \"ghost\" profiles with no information. Please don't ghost us! 👻👻👻",
"your_communities_heading": "Your communities",
"all_communities_heading": "All communities",
Expand Down
Loading