Skip to content

Commit

Permalink
Fix label to say student's grade
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran92 committed Aug 22, 2024
1 parent 397e099 commit b94a9e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- /wp:paragraph -->

<!-- wp:paragraph {"style":{"typography":{"fontSize":"16px"},"spacing":{"margin":{"top":"24px","bottom":"0px"}},"color":{"text":"#101517"}}} -->
<p class="has-text-color" style="color:#101517;margin-top:24px;margin-bottom:0px;font-size:16px"><strong><?php echo esc_html__( 'Your Grade', 'sensei-lms' ); ?></strong></p>
<p class="has-text-color" style="color:#101517;margin-top:24px;margin-bottom:0px;font-size:16px"><strong><?php echo esc_html__( "Student's Grade", 'sensei-lms' ); ?></strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph {"style":{"typography":{"fontSize":"24px","lineHeight":"1"},"spacing":{"margin":{"top":"0px","bottom":"40px"}},"color":{"text":"#101517"}}} -->
Expand Down

0 comments on commit b94a9e4

Please sign in to comment.