diff --git a/components/Author/lib/utils.tsx b/components/Author/lib/utils.tsx index 84c5877b6..aa075d734 100644 --- a/components/Author/lib/utils.tsx +++ b/components/Author/lib/utils.tsx @@ -27,7 +27,7 @@ export const getAchievmentDetails = ({ if (achievement === "OPEN_SCIENCE_SUPPORTER") { return { icon: , - title: "Open Access Advocate", + title: "Open Science Supporter", details: `Provided funding for open science`, }; } else if (achievement === "CITED_AUTHOR") {