Skip to content

Commit

Permalink
Fix copy case
Browse files Browse the repository at this point in the history
  • Loading branch information
polevaultweb committed Aug 24, 2021
1 parent 5eefcd5 commit 2883116
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public function register_directory_settings() {
Field::make( 'select', 'directory_template', esc_html__( 'Template', 'wp-user-manager' ) )
->set_help_text( esc_html__( 'Select a template for this directory.', 'wp-user-manager' ) )
->add_options( wpum_get_directory_templates() ),
Field::make( 'select', 'directory_user_template', esc_html__( 'User template', 'wp-user-manager' ) )
Field::make( 'select', 'directory_user_template', esc_html__( 'User Template', 'wp-user-manager' ) )
->set_help_text( esc_html__( 'Select a template for the users within this directory.', 'wp-user-manager' ) )
->add_options( wpum_get_directory_user_templates() ),
);
Expand Down

0 comments on commit 2883116

Please sign in to comment.