Skip to content

Commit 781eca2

Browse files
authored
Update form-newsletter.php
1 parent 269e711 commit 781eca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template-parts/form-newsletter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
<button
5252
data-sitekey="reCAPTCHA_site_key"
5353
data-callback='onSubmit'
54-
data-action='submit' class="g-recaptcha form__button button button--orange" type="submit" id="submit">Newsletter abonnieren</button>
54+
data-action='submit' class="g-recaptcha form__button button button--orange" type="submit" id="submit">SMARTLETTER ABONNIEREN</button>
5555

5656

5757
</form>
5858
<script id="grecaptcha" src="https://www.google.com/recaptcha/api.js?render=<?php echo RECAPTCHA_TOKEN; ?>" data-token="<?php echo RECAPTCHA_TOKEN; ?>" async defer></script>
5959

60-
<?php get_template_part( 'template-parts/form', 'loadingscreen' ); ?>
60+
<?php get_template_part( 'template-parts/form', 'loadingscreen' ); ?>

0 commit comments

Comments
 (0)