Skip to content

Commit

Permalink
Merge pull request #808 from BIDMCDigitalPsychiatry/issue-783
Browse files Browse the repository at this point in the history
Tips text change in activity popup
  • Loading branch information
sarithapillai8 authored Mar 27, 2024
2 parents bf69848 + d7f1e30 commit d071247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ActivityPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export default function ActivityPopup({
<DialogContent className={classes.surveytextarea}>
{activity?.spec === "lamp.tips" && (
<Typography variant="h4" gutterBottom>
{`${t("Quick Tips to Improve Your")}`} {`${t(activity?.name)}`}
{`${t(activity?.name)}`}
</Typography>
)}
{activity?.spec === "lamp.survey" && (
Expand Down

0 comments on commit d071247

Please sign in to comment.