From 210131ca184c3aa043371857c022aa1aa149efbf Mon Sep 17 00:00:00 2001 From: Aditya Mangalampalli Date: Fri, 15 Apr 2022 02:00:25 -0700 Subject: Matched casing for almost all replacements --- src/features/publishDebugInfo/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/features/publishDebugInfo/index.ts') diff --git a/src/features/publishDebugInfo/index.ts b/src/features/publishDebugInfo/index.ts index 43841b530..33b8eb6f5 100644 --- a/src/features/publishDebugInfo/index.ts +++ b/src/features/publishDebugInfo/index.ts @@ -3,7 +3,7 @@ import { state as ModalState } from './store'; export { default as Component } from './Component'; const state = ModalState; -const debug = require('debug')('Ferdi:feature:publishDebugInfo'); +const debug = require('debug')('Ferdium:feature:publishDebugInfo'); export default function initialize() { debug('Initialize publishDebugInfo feature'); @@ -12,7 +12,7 @@ export default function initialize() { state.isModalVisible = true; } - window['ferdi'].features.publishDebugInfo = { + window['ferdium'].features.publishDebugInfo = { state, showModal, }; -- cgit v1.2.3-70-g09d2