forked from potsda.mn/mobilizon
Make 'Federated Group Name' explanation text clearer
This commit is contained in:
parent
efbe560202
commit
1a20a24301
|
@ -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) }
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue