diff --git a/src/GroupAddressPicker.js b/src/GroupAddressPicker.js index 34a5489348..0b039074f0 100644 --- a/src/GroupAddressPicker.js +++ b/src/GroupAddressPicker.js @@ -23,9 +23,12 @@ import GroupStoreCache from './stores/GroupStoreCache'; export function showGroupInviteDialog(groupId) { const description =
-
{_t("Who would you like to add to this community?")}
+
{ _t("Who would you like to add to this community?") }
- {_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", + ) }
; @@ -47,9 +50,12 @@ export function showGroupInviteDialog(groupId) { export function showGroupAddRoomDialog(groupId) { return new Promise((resolve, reject) => { const description =
-
{_t("Which rooms would you like to add to this community?")}
+
{ _t("Which rooms would you like to add to this community?") }
- {_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", + ) }
;