Skip to content

Commit

Permalink
fix: changed pop up message for no recommendations (#7693)
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Mar 21, 2023
1 parent ccbc68e commit 330a53b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const RecommendedBy = ({ recommended_average, recommended_count }) => {
recommended_count,
});
}
return localize('Recommended by 0 traders');
return localize('No one has recommended this trader yet');
};

return (
Expand Down

1 comment on commit 330a53b

@vercel
Copy link

@vercel vercel bot commented on 330a53b Mar 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
deriv-app-git-master.binary.sx
binary.sx
deriv-app.binary.sx

Please sign in to comment.