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