no-results-message.php
Source code
<?php
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
?>
<div class="hp-no-results">
<h2><?php esc_html_e( 'Nothing found', 'hivepress' ); ?></h2>
<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'hivepress' ); ?></p>
</div>