1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-25 17:02:04 +03:00

Merge pull request #4402 from matrix-org/t3chguy/alias

Replace `alias` with `address` in copy for consistency
This commit is contained in:
Michael Telatynski
2020-05-26 09:36:58 +01:00
committed by GitHub
11 changed files with 43 additions and 43 deletions

View File

@ -92,7 +92,7 @@ const CategoryRoomList = createReactClass({
Modal.createTrackedDialog('Add Rooms to Group Summary', '', AddressPickerDialog, {
title: _t('Add rooms to the community summary'),
description: _t("Which rooms would you like to add to this summary?"),
placeholder: _t("Room name or alias"),
placeholder: _t("Room name or address"),
button: _t("Add to summary"),
pickerType: 'room',
validAddressTypes: ['mx-room-id'],