Browse Source

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

master
virtuacoplenny 7 years ago
parent
commit
4bd94fc94c
No account linked to committer's email address

+ 8
- 0
css/modals/invite/_add-people.scss View File

@@ -13,7 +13,15 @@
13 13
         }
14 14
 
15 15
         .add-telephone-icon {
16
+            display: flex;
17
+            height: 28px;
16 18
             transform: scaleX(-1);
19
+            width: 28px;
20
+
21
+            i {
22
+                line-height: 28px;
23
+                margin: auto;
24
+            }
17 25
         }
18 26
     }
19 27
 }

+ 5
- 5
lang/main.json View File

@@ -467,7 +467,7 @@
467 467
         "statusMessage": "is now __status__"
468 468
     },
469 469
     "addPeople": {
470
-        "add": "Add",
470
+        "add": "Invite",
471 471
         "countryNotSupported": "We do not support this destination yet.",
472 472
         "countryReminder": "Calling outside the US? Please make sure you start with the country code!",
473 473
         "disabled": "You can't invite people.",
@@ -478,11 +478,11 @@
478 478
         "noResults": "No matching search results",
479 479
         "noValidNumbers": "Please enter a phone number",
480 480
         "notAvailable": "You can't invite people.",
481
-        "searchNumbers": "Enter a phone number to invite",
482
-        "searchPeople": "Enter a name to invite",
483
-        "searchPeopleAndNumbers": "Enter a name or phone number to invite",
481
+        "searchNumbers": "Add phone numbers",
482
+        "searchPeople": "Search for people",
483
+        "searchPeopleAndNumbers": "Search for people or add their phone numbers",
484 484
         "telephone": "Telephone: __number__",
485
-        "title": "Invite people to your meeting",
485
+        "title": "Invite people to this meeting",
486 486
         "failedToAdd": "Failed to add members"
487 487
     },
488 488
     "inlineDialogFailure": {

+ 1
- 1
react/features/invite/components/AddPeopleDialog.web.js View File

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

Loading…
Cancel
Save