diff --git a/css/modals/invite/_add-people.scss b/css/modals/invite/_add-people.scss index 06ed48768..3d61d0bfb 100644 --- a/css/modals/invite/_add-people.scss +++ b/css/modals/invite/_add-people.scss @@ -13,7 +13,15 @@ } .add-telephone-icon { + display: flex; + height: 28px; transform: scaleX(-1); + width: 28px; + + i { + line-height: 28px; + margin: auto; + } } } } diff --git a/lang/main.json b/lang/main.json index 168be01bf..d0a415515 100644 --- a/lang/main.json +++ b/lang/main.json @@ -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": { diff --git a/react/features/invite/components/AddPeopleDialog.web.js b/react/features/invite/components/AddPeopleDialog.web.js index eb5304223..091f54176 100644 --- a/react/features/invite/components/AddPeopleDialog.web.js +++ b/react/features/invite/components/AddPeopleDialog.web.js @@ -502,7 +502,7 @@ class AddPeopleDialog extends Component<*, *> { return { content: user.name, elemBefore: , item: user, tag: {