Update templates/welcome.php

Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
This commit is contained in:
Matthias Pfefferle 2022-11-15 20:30:40 +01:00 committed by GitHub
parent 0a1e5c13f3
commit a280680e5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ),