Hello Angel!
We missed to include the “Load More” in the translatable strings, sorry for that, it will be fixed in the next version release. But for the time being you could use the following code snippet (add it in your child theme’s functions.php).
For Affiliates Tables:
function poka_load_more_button_fn() { ?>
<a href="#" class="btn btn-primary btn--full jsLoadMoreButton load-more-btn"><span>Load More<span class="spinner"></span></span></a>
<?php
}
For Affiliates Lists:
function poka_load_more_button_list_fn() {
?>
<a href="#" class="btn btn-primary btn--full jsLoadMoreButtonList load-more-btn"><span>Load More<span class="spinner"></span></span></a>
<?php
}