Skip to content

Commit

Permalink
= 4.2.5.7 =
Browse files Browse the repository at this point in the history
  • Loading branch information
tungnxt89 committed Nov 30, 2023
1 parent b17c226 commit 2e7a046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/admin/views/tools/course/html-assign-course.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ul>
<li>
<label>
<?php _e( 'Choose Course: (Max 5 courses)', 'learnpress' ); ?>
<?php _e( 'Choose Course:', 'learnpress' ); ?>
<select name="course_ids" class="lp-tom-select" style="width: 100%;" multiple>
<option value=""><?php _e( 'Search courses', 'learnpress' ); ?></option>
</select>
Expand All @@ -29,7 +29,7 @@
<li>
<div class="assign-to-user">
<label>
<?php _e( 'Choose User: (Max 5 users)', 'learnpress' ); ?>
<?php _e( 'Choose User:', 'learnpress' ); ?>
<select name="user_ids" multiple style="width:100%">
<option value=""><?php _e( 'Search users', 'learnpress' ); ?></option>
</select>
Expand Down

0 comments on commit 2e7a046

Please sign in to comment.