Make 'Federated Group Name' explanation text clearer

This commit is contained in:
Marcin Mikolajczak 2020-10-27 10:50:42 +01:00 committed by Thomas Citharel
parent 048c4c2e58
commit fa6e49b664

View File

@ -24,7 +24,7 @@
<p <p
v-html=" v-html="
$t( $t(
'This is like your federated username (<code>{username}</code>) for groups. It will allow you to be found on the federation, and is guaranteed to be unique.', 'This is like your federated username (<code>{username}</code>) for groups. It will allow the group to be found on the federation, and is guaranteed to be unique.',
{ username: usernameWithDomain(currentActor, true) } { username: usernameWithDomain(currentActor, true) }
) )
" "