Skip to content

Commit 23653aa

Browse files
committed
Edits to clarify the "share" modal
1 parent 539d481 commit 23653aa

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
@@ -475,10 +475,10 @@
475475
"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."
476476
},
477477
"ShareModal": {
478-
"Embed": "Embed",
478+
"Embed": "Embed sketch",
479479
"Present": "Present",
480-
"Fullscreen": "Fullscreen",
481-
"Edit": "Edit"
480+
"Fullscreen": "Share sketch as view-only",
481+
"Edit": "Share sketch and allow editing"
482482
},
483483
"CollectionView": {
484484
"TitleCreate": "Create collection",

0 commit comments

Comments
 (0)