From fd86d4bbe58b131fc14ad6a2ef49b9f6ea2deeeb Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Mon, 2 Sep 2024 12:09:08 -0400 Subject: [PATCH] Pledge form: Fix spacing on confirmation email message --- .../views/form-pledge-confirm-email.php | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/plugins/wporg-5ftf/views/form-pledge-confirm-email.php b/plugins/wporg-5ftf/views/form-pledge-confirm-email.php index 052256e..93c4bdd 100755 --- a/plugins/wporg-5ftf/views/form-pledge-confirm-email.php +++ b/plugins/wporg-5ftf/views/form-pledge-confirm-email.php @@ -12,6 +12,8 @@ use WP_Post; */ ?> + +
@@ -56,22 +58,22 @@ use WP_Post; // There could be other reasons it failed, like an invalid token, but this is the most common reason, // and the only one that normal users should experience, so we're assuming it in order to provide // the best UX. - esc_html_e( 'Your confirmation link has expired, please obtain a new one:', 'wporg-5ftf' ); + esc_html_e( 'Your confirmation link has expired, please obtain a new one.', 'wporg-5ftf' ); ?>

- -
- - - -

- -

-
+
+ + + +

+ +

+
+