File: /home/nassaugo/www/wp-content/plugins/tuxedo-big-file-uploads/templates/scan-start.php
<div class="card">
<div class="card-body scan p-md-5">
<div class="row justify-content-center mb-3 mt-3">
<div class="col text-center">
<h2><?php esc_html_e( 'Analyze Your Storage Usage', 'tuxedo-big-file-uploads' ); ?></h2>
<p class="lead"><?php esc_html_e( "Run a free scan of your existing Media Library to analyze and visualize storage usage by file type.", 'tuxedo-big-file-uploads' ); ?></p>
</div>
</div>
<div class="row justify-content-center mb-2">
<div class="col-md-6 col-md-5 col-xl-4 text-center">
<button class="btn text-nowrap btn-primary btn-lg" data-toggle="modal" data-target="#scan-modal"><?php esc_html_e( 'Run Scan', 'tuxedo-big-file-uploads' ); ?></button>
</div>
</div>
</div>
</div>