Browse Source

docs: improve English in config.js

master
Dan Dascalescu 4 years ago
parent
commit
ea07515138
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      config.js

+ 3
- 3
config.js View File

303
     // and microsoftApiApplicationClientID
303
     // and microsoftApiApplicationClientID
304
     // enableCalendarIntegration: false,
304
     // enableCalendarIntegration: false,
305
 
305
 
306
-    // When 'true', it shows an intermediate page before joining, where the user can  configure its devices.
306
+    // When 'true', it shows an intermediate page before joining, where the user can configure their devices.
307
     // prejoinPageEnabled: false,
307
     // prejoinPageEnabled: false,
308
 
308
 
309
     // If true, shows the unsafe roon name warning label when a room name is
309
     // If true, shows the unsafe roon name warning label when a room name is
328
     // callStatsID: '',
328
     // callStatsID: '',
329
     // callStatsSecret: '',
329
     // callStatsSecret: '',
330
 
330
 
331
-    // enables sending participants display name to callstats
331
+    // Enables sending participants' display names to callstats
332
     // enableDisplayNameInStats: false,
332
     // enableDisplayNameInStats: false,
333
 
333
 
334
-    // enables sending participants email if available to callstats and other analytics
334
+    // Enables sending participants' emails (if available) to callstats and other analytics
335
     // enableEmailInStats: false,
335
     // enableEmailInStats: false,
336
 
336
 
337
     // Privacy
337
     // Privacy

Loading…
Cancel
Save