aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-17 17:08:05 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-17 13:18:26 +0000
commit1fcfccd9fb8d52a599aea1145deff7c3aaecaa97 (patch)
treef08453e0e4d2256eff24803ff83918ce327998d8 /src/webview
parentMissed 'prepare' step that enforces the installation of the git pre-commit hooks (diff)
downloadferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.tar.gz
ferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.tar.zst
ferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.zip
Changed occurrences of 'Franz' to 'Ferdi' (probably missed earlier while catchup from Franz source). [skip ci]
Diffstat (limited to 'src/webview')
-rw-r--r--src/webview/lib/RecipeWebview.js2
-rw-r--r--src/webview/spellchecker.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/webview/lib/RecipeWebview.js b/src/webview/lib/RecipeWebview.js
index add5fffa6..a9a3a1f51 100644
--- a/src/webview/lib/RecipeWebview.js
+++ b/src/webview/lib/RecipeWebview.js
@@ -1,7 +1,7 @@
1const { ipcRenderer } = require('electron'); 1const { ipcRenderer } = require('electron');
2const fs = require('fs-extra'); 2const fs = require('fs-extra');
3 3
4const debug = require('debug')('Franz:Plugin:RecipeWebview'); 4const debug = require('debug')('Ferdi:Plugin:RecipeWebview');
5 5
6class RecipeWebview { 6class RecipeWebview {
7 constructor() { 7 constructor() {
diff --git a/src/webview/spellchecker.js b/src/webview/spellchecker.js
index e7ef102e9..d7c917326 100644
--- a/src/webview/spellchecker.js
+++ b/src/webview/spellchecker.js
@@ -4,7 +4,7 @@ import {
4import { SPELLCHECKER_LOCALES } from '../i18n/languages'; 4import { SPELLCHECKER_LOCALES } from '../i18n/languages';
5import { isMac } from '../environment'; 5import { isMac } from '../environment';
6 6
7const debug = require('debug')('Franz:spellchecker'); 7const debug = require('debug')('Ferdi:spellchecker');
8 8
9const webContents = remote.getCurrentWebContents(); 9const webContents = remote.getCurrentWebContents();
10const [defaultLocale] = webContents.session.getSpellCheckerLanguages(); 10const [defaultLocale] = webContents.session.getSpellCheckerLanguages();