fix(invite): tweak invite modal copy and avatar sizes (#2818)
This commit is contained in:
parent
41e1c3a2e2
commit
4bd94fc94c
|
@ -13,7 +13,15 @@
|
|||
}
|
||||
|
||||
.add-telephone-icon {
|
||||
display: flex;
|
||||
height: 28px;
|
||||
transform: scaleX(-1);
|
||||
width: 28px;
|
||||
|
||||
i {
|
||||
line-height: 28px;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -467,7 +467,7 @@
|
|||
"statusMessage": "is now __status__"
|
||||
},
|
||||
"addPeople": {
|
||||
"add": "Add",
|
||||
"add": "Invite",
|
||||
"countryNotSupported": "We do not support this destination yet.",
|
||||
"countryReminder": "Calling outside the US? Please make sure you start with the country code!",
|
||||
"disabled": "You can't invite people.",
|
||||
|
@ -478,11 +478,11 @@
|
|||
"noResults": "No matching search results",
|
||||
"noValidNumbers": "Please enter a phone number",
|
||||
"notAvailable": "You can't invite people.",
|
||||
"searchNumbers": "Enter a phone number to invite",
|
||||
"searchPeople": "Enter a name to invite",
|
||||
"searchPeopleAndNumbers": "Enter a name or phone number to invite",
|
||||
"searchNumbers": "Add phone numbers",
|
||||
"searchPeople": "Search for people",
|
||||
"searchPeopleAndNumbers": "Search for people or add their phone numbers",
|
||||
"telephone": "Telephone: __number__",
|
||||
"title": "Invite people to your meeting",
|
||||
"title": "Invite people to this meeting",
|
||||
"failedToAdd": "Failed to add members"
|
||||
},
|
||||
"inlineDialogFailure": {
|
||||
|
|
|
@ -502,7 +502,7 @@ class AddPeopleDialog extends Component<*, *> {
|
|||
return {
|
||||
content: user.name,
|
||||
elemBefore: <Avatar
|
||||
size = 'medium'
|
||||
size = 'small'
|
||||
src = { user.avatar } />,
|
||||
item: user,
|
||||
tag: {
|
||||
|
|
Loading…
Reference in New Issue