Skip to content

Commit f94b1ce

Browse files
committed
Edits to clarify the "share" modal
1 parent 9d6e0a0 commit f94b1ce

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

p5.js-web-editor.code-workspace

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {}
8+
}

translations/locales/en-US/translations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,10 +476,10 @@
476476
"LinkMessage": "There was a problem linking your {{serviceauth}} account to your p5.js Web Editor account. Your {{serviceauth}} account has already been linked to another p5.js Web Editor account."
477477
},
478478
"ShareModal": {
479-
"Embed": "Embed",
479+
"Embed": "Embed sketch",
480480
"Present": "Present",
481-
"Fullscreen": "Fullscreen",
482-
"Edit": "Edit"
481+
"Fullscreen": "Share sketch as view-only",
482+
"Edit": "Share sketch and allow editing"
483483
},
484484
"CollectionView": {
485485
"TitleCreate": "Create collection",

0 commit comments

Comments
 (0)