Browse Source

docs: improve English in config.js

j8
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,7 +303,7 @@ var config = {
303 303
     // and microsoftApiApplicationClientID
304 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 307
     // prejoinPageEnabled: false,
308 308
 
309 309
     // If true, shows the unsafe roon name warning label when a room name is
@@ -328,10 +328,10 @@ var config = {
328 328
     // callStatsID: '',
329 329
     // callStatsSecret: '',
330 330
 
331
-    // enables sending participants display name to callstats
331
+    // Enables sending participants' display names to callstats
332 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 335
     // enableEmailInStats: false,
336 336
 
337 337
     // Privacy

Loading…
Cancel
Save