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:
J. Ryan Stinnett 2019-08-28 15:12:00 +01:00
parent 599fccd9ce
commit 752eb17893
3 changed files with 8 additions and 5 deletions

View file

@ -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,