Skip to content

Commit 0fce9bb

Browse files
Update Summary.jsx
1 parent 693a641 commit 0fce9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js_modules/checkout/Summary.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ function Summary() {
495495
}
496496
}}
497497
>
498-
{isPaymentSuccess ? 'Start learning' : 'Try again'}
498+
{isPaymentSuccess ? t('start-free-course') : t('try-again')}
499499
</Button>
500500
) : (
501501
<>

0 commit comments

Comments
 (0)