If the text you saved in the app isn’t showing in your store try adding the code in this article to your theme.liquid file.
How to add code to your theme.liquid file
To topYou can place this code after the <head> tag in your theme.liquid file.
<script>
window.rterms = window.rterms || {};
{% if shop.metafields.relentless.terms_and_conditions %}rterms.metafield = {{ shop.metafields.relentless.terms_and_conditions }};{% endif %}
{% if shop.metafields.relentless._3lj2l %}
rterms._3lj2l = {{ shop.metafields.relentless._3lj2l }};
{% endif %}
</script>