You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/about.js
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ var randomRantsAbout = [
71
71
{
72
72
element: "li",
73
73
textContent:
74
-
"Students that need a break, or wanting to escape school and enter the world of internet",
74
+
"Students that need a break, or those wanting to escape school and enter the world of internet",
75
75
},
76
76
{element: "br"},
77
77
{
@@ -254,14 +254,14 @@ var randomRantsAbout = [
254
254
children: [
255
255
{
256
256
element: "h2",
257
-
textContent: "No filters, and barely no moderation.",
257
+
textContent: "User-moderated rooms, users get to run rooms however they want.",
258
258
style: {fontSize: "1.5em",marginTop: "1.2em"},
259
259
children: [],
260
260
},
261
261
{
262
262
element: "p",
263
263
textContent:
264
-
"We dont censor any user content, pretty much simple as that.",
264
+
"We support open expression for all users, provided the content remains within our community safety guidelines.",
265
265
style: {fontSize: "1em"},
266
266
children: [],
267
267
},
@@ -282,49 +282,49 @@ var randomRantsAbout = [
282
282
children: [
283
283
{
284
284
element: "h2",
285
-
textContent: "Start media button",
285
+
textContent: "Start Media Function",
286
286
style: {fontSize: "1.5em",marginTop: "1.2em"},
287
287
children: [],
288
288
},
289
289
{
290
290
element: "p",
291
291
textContent:
292
-
"This is pretty much a interactive virtual television. You can plug in your screen or start some other content.",
292
+
"The 'Start Media' button acts as an interactive virtual display. Use it to share your screen or broadcast digital content to the room.",
293
293
style: {fontSize: "1em",marginBottom: "0.5em"},
294
294
children: [],
295
295
},
296
296
{
297
297
element: "p",
298
298
textContent:
299
-
"Anyone can put anything in there. If an user with ownership doesn't want anyone doing anything, they can remove the function completley, or lock it to ownership only.",
299
+
"This tool is built for collaborative use. Room owners can manage permissions, lock the function to ownership only, or disable it entirely.",
300
300
style: {fontSize: "1em",marginBottom: "0.5em"},
301
301
children: [],
302
302
},
303
303
{
304
304
element: "p",
305
305
textContent:
306
-
"You can start embeded sites, but those only open the url you typed, everything else is different for other users.",
306
+
"The 'Embed Sites' feature allows you to view specific URLs within your session; please note that these views are private to your browser.",
307
307
style: {fontSize: "1em",marginBottom: "0.5em"},
308
308
children: [],
309
309
},
310
310
{
311
311
element: "p",
312
312
textContent:
313
-
"There is also other cool modes, like scratch cloud mini-games (we use modified TurboWarp) for your room, and also a shared painting canvas.",
313
+
"Explore various interactive modes, including shared creative canvases and integrated TurboWarp cloud mini-games.",
314
314
style: {fontSize: "1em",marginBottom: "0.5em"},
315
315
children: [],
316
316
},
317
317
{
318
318
element: "p",
319
319
textContent:
320
-
"Video streams (cameras, microphones, screenshares, etc) go straight to WebRTC, no sus servers watching your face or screen.",
320
+
"Video and audio streams (cameras, microphones, and screenshares) utilize direct P2P WebRTC connections to ensure user privacy.",
321
321
style: {fontSize: "1em",marginBottom: "0.5em"},
322
322
children: [],
323
323
},
324
324
{
325
325
element: "p",
326
326
textContent:
327
-
"Beware: The soundboard and this media function allow sudden loud sounds, turn down your volume before someone plays something loud, unless you like blowing your eardrums.",
327
+
"Volume Notice: The soundboard and media functions allow for sudden audio changes; please monitor your volume settings for the best experience.",
0 commit comments