diff --git a/modules/subscriptions/views.php b/modules/subscriptions/views.php
index cbe51c64eed83..25a6540565dc5 100644
--- a/modules/subscriptions/views.php
+++ b/modules/subscriptions/views.php
@@ -187,7 +187,7 @@ static function render_widget_status_messages( $instance ) {
printf(
wp_kses(
/* translators: 1: Link to Subscription Management page https://subscribe.wordpress.com/, 2: Description of this link */
- __( 'You subscribed this site before but you have not clicked the confirmation link yet. Please check your mailbox.
Otherwise, you can manage your preferences at subscribe.wordpress.com.', 'jetpack' ),
+ __( 'You subscribed this site before but you have not clicked the confirmation link yet. Please check your inbox.
Otherwise, you can manage your preferences at subscribe.wordpress.com.', 'jetpack' ),
self::$allowed_html_tags_for_message
),
'https://subscribe.wordpress.com/',