Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions client/modules/IDE/components/Header/Nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ const ProjectMenu = () => {
id="file-download"
isDisabled={isUnsaved}
onClick={downloadSketch}
title={
!user.authenticated ? t('Nav.File.LoginToDownload') : undefined
}
>
{t('Nav.File.Download')}
</MenubarItem>
Expand Down
3 changes: 2 additions & 1 deletion translations/locales/en-US/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"Open": "Open",
"Download": "Download",
"AddToCollection": "Add to Collection",
"Examples": "Examples"
"Examples": "Examples",
"LoginToDownload": "You must be logged in to download your sketch"
},
"Edit": {
"Title": "Edit",
Expand Down