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