Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1541 from frabrunelle/minor-changes
Browse files Browse the repository at this point in the history
Minor change
  • Loading branch information
pfrazee authored May 1, 2020
2 parents 91dedc1 + a7e4dc6 commit 044a7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/userland/editor/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class EditorApp extends LitElement {
})
items.push({type: 'separator'})
items.push({
label: 'Export file',
label: 'Export',
click: () => this.onClickExportFiles([item.url])
})
} else {
Expand Down Expand Up @@ -600,7 +600,7 @@ class EditorApp extends LitElement {
'-',
{
icon: 'fas fa-fw fa-file-export',
label: 'Export file',
label: 'Export',
disabled: this.dne,
click: () => this.onClickExportFiles(this.resolvedPath)
}
Expand Down

0 comments on commit 044a7e3

Please sign in to comment.