Skip to content

Commit

Permalink
Content updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sazedul-haque committed Jan 20, 2025
1 parent 6b9bbf8 commit 99fef56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function PreviewItem({ subscription, courseId, isBundle }: PreviewItemPro
<>
<span></span>
<span>
{subscription.recurring_limit.toString().padStart(2, '0')} {__('Times', 'tutor')}
{subscription.recurring_limit.toString().padStart(2, '0')} {__('Billing Cycles', 'tutor')}
</span>
</>
}
Expand Down

0 comments on commit 99fef56

Please sign in to comment.