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:
parent
599fccd9ce
commit
752eb17893
3 changed files with 8 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue