aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/publishDebugInfo/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/publishDebugInfo/index.ts')
-rw-r--r--src/features/publishDebugInfo/index.ts4
1 files changed, 2 insertions, 2 deletions
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';
3export { default as Component } from './Component'; 3export { default as Component } from './Component';
4 4
5const state = ModalState; 5const state = ModalState;
6const debug = require('debug')('Ferdi:feature:publishDebugInfo'); 6const debug = require('debug')('Ferdium:feature:publishDebugInfo');
7 7
8export default function initialize() { 8export default function initialize() {
9 debug('Initialize publishDebugInfo feature'); 9 debug('Initialize publishDebugInfo feature');
@@ -12,7 +12,7 @@ export default function initialize() {
12 state.isModalVisible = true; 12 state.isModalVisible = true;
13 } 13 }
14 14
15 window['ferdi'].features.publishDebugInfo = { 15 window['ferdium'].features.publishDebugInfo = {
16 state, 16 state,
17 showModal, 17 showModal,
18 }; 18 };