Update templates/welcome.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
This commit is contained in:
parent
0a1e5c13f3
commit
a280680e5d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
<?php
|
<?php
|
||||||
\printf(
|
\printf(
|
||||||
\__(
|
\__(
|
||||||
'People can follow you by using the username <code>%s</code> or the URL <code>%s</code>. Users, that can not access this settings page, will find their username on the <a href="%s">Edit Profile</a> page.',
|
'People can follow you by using the username <code>%s</code> or the URL <code>%s</code>. Users who can not access this settings page will find their username on the <a href="%s">Edit Profile</a> page.',
|
||||||
'activitypub'
|
'activitypub'
|
||||||
),
|
),
|
||||||
\Activitypub\get_webfinger_resource( wp_get_current_user()->ID ),
|
\Activitypub\get_webfinger_resource( wp_get_current_user()->ID ),
|
||||||
|
|
Loading…
Reference in a new issue