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/Component.js | 4 ++-- src/features/publishDebugInfo/index.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/features/publishDebugInfo') diff --git a/src/features/publishDebugInfo/Component.js b/src/features/publishDebugInfo/Component.js index 2b9af01a7..3d4e85dbf 100644 --- a/src/features/publishDebugInfo/Component.js +++ b/src/features/publishDebugInfo/Component.js @@ -14,7 +14,7 @@ import { DEBUG_API } from '../../config'; import AppStore from '../../stores/AppStore'; import ServicesStore from '../../stores/ServicesStore'; -const debug = require('debug')('Ferdi:feature:publishDebugInfo'); +const debug = require('debug')('Ferdium:feature:publishDebugInfo'); const messages = defineMessages({ title: { @@ -24,7 +24,7 @@ const messages = defineMessages({ info: { id: 'feature.publishDebugInfo.info', defaultMessage: - "Publishing your debug information helps us find issues and errors in Ferdi. By publishing your debug information you accept Ferdi Debugger's privacy policy and terms of service", + "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service", }, error: { id: 'feature.publishDebugInfo.error', 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-54-g00ecf