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/electron/ipc-api/cld.js | 2 +- src/electron/ipc-api/dnd.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/electron/ipc-api') diff --git a/src/electron/ipc-api/cld.js b/src/electron/ipc-api/cld.js index 23f18aa94..73e320ad9 100644 --- a/src/electron/ipc-api/cld.js +++ b/src/electron/ipc-api/cld.js @@ -1,7 +1,7 @@ import { ipcMain } from 'electron'; import cld from 'cld'; -const debug = require('debug')('Franz:ipcApi:cld'); +const debug = require('debug')('Ferdi:ipcApi:cld'); export default async () => { ipcMain.handle('detect-language', async (event, { sample }) => { diff --git a/src/electron/ipc-api/dnd.js b/src/electron/ipc-api/dnd.js index 4589aa222..da4d7781e 100644 --- a/src/electron/ipc-api/dnd.js +++ b/src/electron/ipc-api/dnd.js @@ -1,7 +1,7 @@ import { ipcMain } from 'electron'; import { getDoNotDisturb } from '@meetfranz/electron-notification-state'; -const debug = require('debug')('Franz:ipcApi:dnd'); +const debug = require('debug')('Ferdi:ipcApi:dnd'); export default async () => { ipcMain.handle('get-dnd', async () => { -- cgit v1.2.3-70-g09d2