Fix some source strings noticed as incorrect by translators

This commit is contained in:
Travis Ralston 2019-05-16 14:35:43 -06:00
parent 9744cbd448
commit bc5227a191
6 changed files with 10 additions and 10 deletions

View file

@ -265,7 +265,7 @@ const RoleUserList = React.createClass({
Modal.createTrackedDialog('Add Users to Group Summary', '', AddressPickerDialog, {
title: _t('Add users to the community summary'),
description: _t("Who would you like to add to this summary?"),
placeholder: _t("Name or matrix ID"),
placeholder: _t("Name or Matrix ID"),
button: _t("Add to summary"),
validAddressTypes: ['mx-user-id'],
groupId: this.props.groupId,