diff --git a/templates/welcome.php b/templates/welcome.php index db132db..28987f9 100644 --- a/templates/welcome.php +++ b/templates/welcome.php @@ -15,38 +15,30 @@

@%s', - \esc_attr( \Activitypub\get_webfinger_resource( wp_get_current_user()->ID ) ) - ), - \sprintf( - '%s', - \esc_url_raw( \get_author_posts_url( wp_get_current_user()->ID ) ) - ), - \sprintf( - '', + // translators: + \__( + 'People can follow you by using the username %1$s or the URL %2$s. Users who can not access this settings page will find their username on the Edit Profile page.', + 'activitypub' + ), + \esc_attr( \Activitypub\get_webfinger_resource( wp_get_current_user()->ID ) ), + \esc_url_raw( \get_author_posts_url( wp_get_current_user()->ID ) ), \esc_url_raw( \admin_url( 'profile.php#activitypub' ) ) ), - '' + 'default' ); ?>

', + // translators: + \__( 'If you have problems using this plugin, please check the Site Health to ensure that your site is compatible and/or use the "Help" tab (in the top right of the settings pages).', 'activitypub' ), \esc_url_raw( admin_url( '/wp-admin/site-health.php' ) ) ), - '' + 'default' ); ?>