diff --git a/inc/dashboard.php b/inc/dashboard.php index 17e947bab..9c3994ef2 100644 --- a/inc/dashboard.php +++ b/inc/dashboard.php @@ -88,7 +88,17 @@ function largo_dashboard_quick_links() { echo ''; printf( '
%1$s
', - __( 'Developers can also log issues on our public github repository and if you would like to be included in our Largo users\' group, sign up here.', 'largo' ), // link is translatable in case we ever have a signup link in another language. + __( 'Developers can also log issues on our public github repository.', 'largo' ), + ); + printf( + '%1$s
', + __( 'INN maintains a newsletter used to periodically notify Largo users of updates.', 'largo' ), + ); + printf( + '', + // translators: this URL is for the Largo Users Mailchimp signup, and should be localized if necessary. + __( 'http://eepurl.com/guL4DT', 'largo' ), + __( 'Sign up for emails', 'largo' ), ); echo ''; }