diff --git a/p5.js-web-editor.code-workspace b/p5.js-web-editor.code-workspace new file mode 100644 index 0000000000..876a1499c0 --- /dev/null +++ b/p5.js-web-editor.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/translations/locales/en-US/translations.json b/translations/locales/en-US/translations.json index 0f24da021a..37cf39dc77 100644 --- a/translations/locales/en-US/translations.json +++ b/translations/locales/en-US/translations.json @@ -475,10 +475,10 @@ "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." }, "ShareModal": { - "Embed": "Embed", + "Embed": "Embed sketch", "Present": "Present", - "Fullscreen": "Fullscreen", - "Edit": "Edit" + "Fullscreen": "Share sketch as view-only", + "Edit": "Share sketch and allow editing" }, "CollectionView": { "TitleCreate": "Create collection",