diff --git a/src/wp-admin/css/dashboard.css b/src/wp-admin/css/dashboard.css
index e341c61bbc..6160ee3d09 100644
--- a/src/wp-admin/css/dashboard.css
+++ b/src/wp-admin/css/dashboard.css
@@ -348,6 +348,10 @@
border-left: 4px solid #00a0d2;
}
+#dashboard-widgets .community-events li.event-none a {
+ text-decoration: underline;
+}
+
.community-events-form label {
display: inline-block;
vertical-align: top;
diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php
index 7435ec7988..28859aae0b 100644
--- a/src/wp-admin/includes/dashboard.php
+++ b/src/wp-admin/includes/dashboard.php
@@ -1391,7 +1391,7 @@ function wp_print_community_events_templates() {
organize one?' ),
+ __( 'There aren’t any events scheduled near %1$s at the moment. Would you like to organize a WordPress event?' ),
'{{ data.location.description }}',
__( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' )
);
@@ -1401,7 +1401,7 @@ function wp_print_community_events_templates() {
organize one?' ),
+ __( 'There aren’t any events scheduled near you at the moment. Would you like to organize a WordPress event?' ),
__( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' )
);
?>