Add helper text in custom-header section in admin

In my custom theme I created a custom header section :

 add_theme_support( 'custom-header', array(
    'video' = true,
    'flex-width' = true,
    'flex-height' = true,
    'width' = 1920,
    'height' = 677,
   ) );

but I want to add some additional info in the admin area where you chose the images to upload, and if possible to change the default text that now is: "Click “Add new image” to upload an image... etc"

Thank you.

Topic custom-header admin-menu customization Wordpress

Category Web

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.