Lint
parent
f98fe7fa87
commit
9141ba280a
|
@ -25,7 +25,10 @@ export function showGroupInviteDialog(groupId) {
|
||||||
const description = <div>
|
const description = <div>
|
||||||
<div>{ _t("Who would you like to add to this community?") }</div>
|
<div>{ _t("Who would you like to add to this community?") }</div>
|
||||||
<div className="warning">
|
<div className="warning">
|
||||||
{_t("Warning: any person you add to a community will be publicly visible to anyone who knows the community ID")}
|
{ _t(
|
||||||
|
"Warning: any person you add to a community will be publicly "+
|
||||||
|
"visible to anyone who knows the community ID",
|
||||||
|
) }
|
||||||
</div>
|
</div>
|
||||||
</div>;
|
</div>;
|
||||||
|
|
||||||
|
@ -49,7 +52,10 @@ export function showGroupAddRoomDialog(groupId) {
|
||||||
const description = <div>
|
const description = <div>
|
||||||
<div>{ _t("Which rooms would you like to add to this community?") }</div>
|
<div>{ _t("Which rooms would you like to add to this community?") }</div>
|
||||||
<div className="warning">
|
<div className="warning">
|
||||||
{_t("Warning: any room you add to a community will be publicly visible to anyone who knows the community ID")}
|
{ _t(
|
||||||
|
"Warning: any room you add to a community will be publicly "+
|
||||||
|
"visible to anyone who knows the community ID",
|
||||||
|
) }
|
||||||
</div>
|
</div>
|
||||||
</div>;
|
</div>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue