From 1fcfccd9fb8d52a599aea1145deff7c3aaecaa97 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 17 May 2021 17:08:05 +0530 Subject: Changed occurrences of 'Franz' to 'Ferdi' (probably missed earlier while catchup from Franz source). [skip ci] --- src/webview/lib/RecipeWebview.js | 2 +- src/webview/spellchecker.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webview') 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 @@ const { ipcRenderer } = require('electron'); const fs = require('fs-extra'); -const debug = require('debug')('Franz:Plugin:RecipeWebview'); +const debug = require('debug')('Ferdi:Plugin:RecipeWebview'); class RecipeWebview { 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 { import { SPELLCHECKER_LOCALES } from '../i18n/languages'; import { isMac } from '../environment'; -const debug = require('debug')('Franz:spellchecker'); +const debug = require('debug')('Ferdi:spellchecker'); const webContents = remote.getCurrentWebContents(); const [defaultLocale] = webContents.session.getSpellCheckerLanguages(); -- cgit v1.2.3-54-g00ecf