From 616811ae26eade9556d4de066d266591cd3bcf63 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Tue, 11 Feb 2020 14:10:40 +0100 Subject: Fix lint --- src/features/todos/preload.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/features/todos') diff --git a/src/features/todos/preload.js b/src/features/todos/preload.js index 0a1183030..d834cf547 100644 --- a/src/features/todos/preload.js +++ b/src/features/todos/preload.js @@ -22,10 +22,10 @@ ipcRenderer.on(IPC.TODOS_HOST_CHANNEL, (event, message) => { hostMessageListener(message); }); -if (location.href === 'https://app.franztodos.com/login/') { +if (window.location.href === 'https://app.franztodos.com/login/') { // Insert info element informing about Franz accounts const infoElement = document.createElement('p'); - infoElement.innerText = `You are using Franz\'s official Todo Service. + infoElement.innerText = `You are using Franz's official Todo Service. This service will only work with accounts registered with Franz - no Ferdi accounts will work here! If you do not have a Franz account you can change the Todo service by going into Ferdi's settings and changing the "Todo server". You can choose any service as this Todo server, e.g. Todoist or Apple Notes.`; -- cgit v1.2.3-54-g00ecf