Hi,
Please open to edit the sf-page-heading.php at /atelier/swift-framework/core/ , find given below of code to make the changes.
<?php if ( $count == 1 ) : ?>
<?php printf( __( '<h1>%1$s result for <span>%2$s</span></h1>', 'swiftframework' ), $count, get_search_query() ); ?>
<?php else : ?>
<?php printf( __( '<h1>%1$s results for <span>%2$s</span></h1>', 'swiftframework' ), $count, get_search_query() ); ?>
<?php endif; ?>
Thanks
Mohammad