From a7e4dc6fcab453e635bde987150847f7bd870ca8 Mon Sep 17 00:00:00 2001 From: Francis Brunelle Date: Fri, 1 May 2020 14:35:20 -0400 Subject: [PATCH] Minor change --- app/userland/editor/js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/userland/editor/js/main.js b/app/userland/editor/js/main.js index a6df9b2b96..8ad182655a 100644 --- a/app/userland/editor/js/main.js +++ b/app/userland/editor/js/main.js @@ -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 { @@ -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) }