Skip to content

Commit

Permalink
Minor text bug correction
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmarknelson committed Dec 16, 2014
1 parent dfed12a commit 1bc2d67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function get_lessons_select( $section_id, $section_position, $lesson_id, $lesson


<h2><?php _e('Create Course Syllabus', 'lifterlms'); ?></h2>
<a href="#" class="button" id="addNewSection"/>A<?php _e( 'Add a new Section', 'lifterlms' ); ?></a>
<a href="#" class="button" id="addNewSection"/><?php _e( 'Add a new Section', 'lifterlms' ); ?></a>
<div id="spinner"><img id="loading" alt="WordPress loading spinner" src="<?php echo admin_url('images/spinner.gif'); ?>"></div>
<div id="syllabus" data-post_id="<?php echo $post->ID ?>">

Expand Down

0 comments on commit 1bc2d67

Please sign in to comment.