fix(invite): tweak invite modal copy and avatar sizes (#2818)

This commit is contained in:
virtuacoplenny 2018-04-16 13:58:20 -07:00 committed by GitHub
parent 41e1c3a2e2
commit 4bd94fc94c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 6 deletions

View File

@ -13,7 +13,15 @@
}
.add-telephone-icon {
display: flex;
height: 28px;
transform: scaleX(-1);
width: 28px;
i {
line-height: 28px;
margin: auto;
}
}
}
}

View File

@ -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": {

View File

@ -502,7 +502,7 @@ class AddPeopleDialog extends Component<*, *> {
return {
content: user.name,
elemBefore: <Avatar
size = 'medium'
size = 'small'
src = { user.avatar } />,
item: user,
tag: {