diff --git a/arduino-ide-extension/src/browser/widgets/cloud-sketchbook/cloud-sketchbook-composite-widget.tsx b/arduino-ide-extension/src/browser/widgets/cloud-sketchbook/cloud-sketchbook-composite-widget.tsx index 9661c02fe..e60016d8e 100644 --- a/arduino-ide-extension/src/browser/widgets/cloud-sketchbook/cloud-sketchbook-composite-widget.tsx +++ b/arduino-ide-extension/src/browser/widgets/cloud-sketchbook/cloud-sketchbook-composite-widget.tsx @@ -31,8 +31,8 @@ export class CloudSketchbookCompositeWidget extends BaseWidget { this.compositeNode.appendChild(this.cloudUserStatusNode); this.node.appendChild(this.compositeNode); this.title.caption = nls.localize( - 'arduino/cloud/cloudSketchbook', - 'Cloud Sketchbook' + 'arduino/cloud/remoteSketchbook', + 'Remote Sketchbook' ); this.title.iconClass = 'cloud-sketchbook-tree-icon'; this.title.closable = false; diff --git a/arduino-ide-extension/src/browser/widgets/cloud-sketchbook/cloud-user-status.tsx b/arduino-ide-extension/src/browser/widgets/cloud-sketchbook/cloud-user-status.tsx index 0db8dce92..3611deca7 100644 --- a/arduino-ide-extension/src/browser/widgets/cloud-sketchbook/cloud-user-status.tsx +++ b/arduino-ide-extension/src/browser/widgets/cloud-sketchbook/cloud-user-status.tsx @@ -65,6 +65,7 @@ export class UserStatus extends React.Component<
{ diff --git a/i18n/en.json b/i18n/en.json index 959f0e989..0554c65b3 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -57,8 +57,8 @@ "uploadingCertificates": "Uploading certificates." }, "cloud": { + "account": "Account", "chooseSketchVisibility": "Choose visibility of your Sketch:", - "cloudSketchbook": "Cloud Sketchbook", "connected": "Connected", "continue": "Continue", "donePulling": "Done pulling ‘{0}’.", @@ -82,12 +82,14 @@ "pushSketch": "Push Sketch", "pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.", "remote": "Remote", + "remoteSketchbook": "Remote Sketchbook", "share": "Share...", "shareSketch": "Share Sketch", "showHideRemoveSketchbook": "Show/Hide Remote Sketchbook", "signIn": "SIGN IN", "signInToCloud": "Sign in to Arduino Cloud", "signOut": "Sign Out", + "sync": "Sync", "syncEditSketches": "Sync and edit your Arduino Cloud Sketches", "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches." },