Dear @2347281,
Thank you for reaching out to us.
The translation should function correctly without requiring any caching on our end. However, we will forward your request to our development team for further verification.
In the meantime, we recommend using the following code snippet by adding it to your child-theme/functions.php file (as shown in the screenshot: https://prnt.sc/Aw7PvvzfeWKk), or by using a plugin that allows the addition of custom PHP snippets:
add_filter('smax_total_saving_text', function($text) {
return 'Taupote %s';
});
Please let us know if you need any further assistance.
Best regards,
Jack Richardson
The 8Theme Team