Hi @Daltai,
Thanks for writing in.
It’s possible, and before we start, make sure you install and activate your child theme. Then please follow this
- Copy the file
\framework\views\ethos\_index.php from your main them and paste it in your child theme with the same directory path.
Example,
\x-child\framework\views\ethos\_index.php
or
\pro-child\framework\views\ethos\_index.php
- Edit your child theme’s
\framework\views\ethos\_index.php and change the text Filter by Topic to your preferred one.
<span class="x-index-filter-label"><?php _e( 'Filter by Topic', '__x__' ); ?></span>
- Upload your changes.
Please check this https://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/ for further info about FTP and file uploading in case you’re not yet familiar 
Thanks!