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 efbe560202
commit 1a20a24301
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<p
v-html="
$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) }
)
"