Skip to content

Commit 04878e7

Browse files
authored
Update about.js
1 parent 843db8b commit 04878e7

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/pages/about.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var randomRantsAbout = [
7171
{
7272
element: "li",
7373
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",
7575
},
7676
{ element: "br" },
7777
{
@@ -254,14 +254,14 @@ var randomRantsAbout = [
254254
children: [
255255
{
256256
element: "h2",
257-
textContent: "No filters, and barely no moderation.",
257+
textContent: "User-moderated rooms, users get to run rooms however they want.",
258258
style: { fontSize: "1.5em", marginTop: "1.2em" },
259259
children: [],
260260
},
261261
{
262262
element: "p",
263263
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.",
265265
style: { fontSize: "1em" },
266266
children: [],
267267
},
@@ -282,49 +282,49 @@ var randomRantsAbout = [
282282
children: [
283283
{
284284
element: "h2",
285-
textContent: "Start media button",
285+
textContent: "Start Media Function",
286286
style: { fontSize: "1.5em", marginTop: "1.2em" },
287287
children: [],
288288
},
289289
{
290290
element: "p",
291291
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.",
293293
style: { fontSize: "1em", marginBottom: "0.5em" },
294294
children: [],
295295
},
296296
{
297297
element: "p",
298298
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.",
300300
style: { fontSize: "1em", marginBottom: "0.5em" },
301301
children: [],
302302
},
303303
{
304304
element: "p",
305305
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.",
307307
style: { fontSize: "1em", marginBottom: "0.5em" },
308308
children: [],
309309
},
310310
{
311311
element: "p",
312312
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.",
314314
style: { fontSize: "1em", marginBottom: "0.5em" },
315315
children: [],
316316
},
317317
{
318318
element: "p",
319319
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.",
321321
style: { fontSize: "1em", marginBottom: "0.5em" },
322322
children: [],
323323
},
324324
{
325325
element: "p",
326326
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.",
328328
style: {
329329
fontSize: "1em",
330330
fontWeight: "bold",

0 commit comments

Comments
 (0)