You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +03:00
Remove subtext in room invite dialog
The subtext here was deemed redundant. Part of https://github.com/vector-im/riot-web/issues/10619
This commit is contained in:
@ -68,7 +68,6 @@ export function showRoomInviteDialog(roomId) {
|
||||
|
||||
Modal.createTrackedDialog('Chat Invite', '', AddressPickerDialog, {
|
||||
title: _t('Invite new room members'),
|
||||
description: _t('Who would you like to add to this room?'),
|
||||
button: _t('Send Invites'),
|
||||
placeholder: _t("Email, name or Matrix ID"),
|
||||
validAddressTypes,
|
||||
|
Reference in New Issue
Block a user