diff --git a/templates/admin/notification-manager.php b/templates/admin/notification-manager.php index 65b0a000..3ddb2119 100644 --- a/templates/admin/notification-manager.php +++ b/templates/admin/notification-manager.php @@ -11,6 +11,7 @@

+ +

diff --git a/templates/admin/settings.php b/templates/admin/settings.php index 8f5cade9..0003e793 100644 --- a/templates/admin/settings.php +++ b/templates/admin/settings.php @@ -75,7 +75,7 @@ -

+

@@ -147,12 +148,12 @@


@@ -196,10 +197,8 @@

- - + +

@@ -211,10 +210,11 @@ /> '; echo wp_kses( sprintf( // translators: %s is an input field that allows specifying a number. - __( 'Only keep posts for %s days', 'friends' ), + __( 'Only keep posts for %s days.', 'friends' ), '' ), array( @@ -229,7 +229,7 @@ ), ) ); - echo '. '; + echo ' '; echo esc_html( sprintf( // translators: %s is a date. @@ -237,6 +237,7 @@ /* phpcs:ignore WordPress.WP.I18n.MissingArgDomain */ date_i18n( __( 'F j, Y' ), $args['earliest_post_date'] ) ) ); + echo ''; ?>
@@ -244,10 +245,11 @@ /> '; echo wp_kses( sprintf( // translators: %s is an input field that allows specifying a number. - __( 'Only keep the last %s posts', 'friends' ), + __( 'Only keep the last %s posts.', 'friends' ), '' ), array( @@ -262,7 +264,7 @@ ), ) ); - echo '. '; + echo ' '; echo esc_html( sprintf( // translators: %s is a date. @@ -270,6 +272,7 @@ number_format_i18n( $args['post_count'] ) ) ); + echo ''; ?> @@ -286,12 +289,12 @@ ?>

+ + +

> - +