fix: text in goal modal

This commit is contained in:
ihor-romaniuk
2023-01-10 13:11:19 +02:00
committed by leangseu-edx
parent 17a102d5cf
commit 08c7d2d118

View File

@@ -57,14 +57,16 @@ function WeeklyGoalCelebrationModal({
className="mr-2"
style={{ height: '21px', width: '22px' }}
/>
<FormattedMessage
id="learning.celebration.setGoal"
defaultMessage="Setting a goal can help you {strongText} in your course."
description="It explain the advantages of setting goal"
values={{
strongText: (<strong>achieve higher performance</strong>),
}}
/>
<div>
<FormattedMessage
id="learning.celebration.setGoal"
defaultMessage="Setting a goal can help you {strongText} in your course."
description="It explain the advantages of setting goal"
values={{
strongText: (<strong>achieve higher performance</strong>),
}}
/>
</div>
</div>
</>
</StandardModal>