aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-06 11:31:29 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-06 11:31:29 +0200
commit4bf12d245880f3169cc0f97610b8791147167d4e (patch)
tree832eecb23cd47d934fff4bb4ca293ddca874b587 /src
parentUpdate strings (diff)
downloadferdium-app-4bf12d245880f3169cc0f97610b8791147167d4e.tar.gz
ferdium-app-4bf12d245880f3169cc0f97610b8791147167d4e.tar.zst
ferdium-app-4bf12d245880f3169cc0f97610b8791147167d4e.zip
rename create todo action
Diffstat (limited to 'src')
-rw-r--r--src/webview/contextMenu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/contextMenu.js b/src/webview/contextMenu.js
index 663b1ebca..83914f581 100644
--- a/src/webview/contextMenu.js
+++ b/src/webview/contextMenu.js
@@ -45,7 +45,7 @@ const buildMenuTpl = (props, suggestions, isSpellcheckEnabled, defaultSpellcheck
45 click() { 45 click() {
46 debug('Create todo from selected text', textSelection); 46 debug('Create todo from selected text', textSelection);
47 ipcRenderer.sendToHost('feature:todos', { 47 ipcRenderer.sendToHost('feature:todos', {
48 action: 'create:todo', 48 action: 'todos:create',
49 data: { 49 data: {
50 title: textSelection, 50 title: textSelection,
51 url: window.location.href, 51 url: window.location.href,