Skip to content

Commit 2e79cec

Browse files
authored
Merge pull request #747 from ProgressPlanner/filip/correct-popover-badge-group
Correct "content" badges heading in the badges popover
2 parents d0d3bd0 + 9ce17d1 commit 2e79cec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/js/editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const PrplRenderPageTypeSelector = () => {
144144
* Render the video section.
145145
* This will display a button to open a modal with the video.
146146
*
147-
* @param {Object} props Component props.
147+
* @param {Object} props Component props.
148148
* @param {Object} props.lessonSection The lesson section.
149149
* @return {Element} Element to render.
150150
*/

views/popovers/monthly-badges.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<div class="prpl-popover-column">
4040
<?php
4141
$prpl_badges_groups = [
42-
'content' => \__( 'Writing badges', 'progress-planner' ),
42+
'content' => \__( 'Content badges', 'progress-planner' ),
4343
'maintenance' => \__( 'Streak badges', 'progress-planner' ),
4444
];
4545
?>

0 commit comments

Comments
 (0)