Fix some source strings noticed as incorrect by translators
This commit is contained in:
parent
9744cbd448
commit
bc5227a191
6 changed files with 10 additions and 10 deletions
|
@ -38,7 +38,7 @@ export function showGroupInviteDialog(groupId) {
|
|||
Modal.createTrackedDialog('Group Invite', '', AddressPickerDialog, {
|
||||
title: _t("Invite new community members"),
|
||||
description: description,
|
||||
placeholder: _t("Name or matrix ID"),
|
||||
placeholder: _t("Name or Matrix ID"),
|
||||
button: _t("Invite to Community"),
|
||||
validAddressTypes: ['mx-user-id'],
|
||||
onFinished: (success, addrs) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue