aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-17 17:08:05 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-17 13:18:26 +0000
commit1fcfccd9fb8d52a599aea1145deff7c3aaecaa97 (patch)
treef08453e0e4d2256eff24803ff83918ce327998d8 /src/features
parentMissed 'prepare' step that enforces the installation of the git pre-commit hooks (diff)
downloadferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.tar.gz
ferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.tar.zst
ferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.zip
Changed occurrences of 'Franz' to 'Ferdi' (probably missed earlier while catchup from Franz source). [skip ci]
Diffstat (limited to 'src/features')
-rw-r--r--src/features/planSelection/api.js2
-rw-r--r--src/features/planSelection/index.js2
-rw-r--r--src/features/planSelection/store.js2
-rw-r--r--src/features/trialStatusBar/index.js2
-rw-r--r--src/features/trialStatusBar/store.js2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/features/planSelection/api.js b/src/features/planSelection/api.js
index 734643f10..65e6c2e82 100644
--- a/src/features/planSelection/api.js
+++ b/src/features/planSelection/api.js
@@ -2,7 +2,7 @@ import { sendAuthRequest } from '../../api/utils/auth';
2import { API, API_VERSION } from '../../environment'; 2import { API, API_VERSION } from '../../environment';
3import Request from '../../stores/lib/Request'; 3import Request from '../../stores/lib/Request';
4 4
5const debug = require('debug')('Franz:feature:planSelection:api'); 5const debug = require('debug')('Ferdi:feature:planSelection:api');
6 6
7export const planSelectionApi = { 7export const planSelectionApi = {
8 downgrade: async () => { 8 downgrade: async () => {
diff --git a/src/features/planSelection/index.js b/src/features/planSelection/index.js
index 890be8871..b96ad6d8f 100644
--- a/src/features/planSelection/index.js
+++ b/src/features/planSelection/index.js
@@ -1,7 +1,7 @@
1import { reaction } from 'mobx'; 1import { reaction } from 'mobx';
2import PlanSelectionStore from './store'; 2import PlanSelectionStore from './store';
3 3
4const debug = require('debug')('Franz:feature:planSelection'); 4const debug = require('debug')('Ferdi:feature:planSelection');
5 5
6export const planSelectionStore = new PlanSelectionStore(); 6export const planSelectionStore = new PlanSelectionStore();
7 7
diff --git a/src/features/planSelection/store.js b/src/features/planSelection/store.js
index 448e323ff..de8fc7584 100644
--- a/src/features/planSelection/store.js
+++ b/src/features/planSelection/store.js
@@ -9,7 +9,7 @@ import { FeatureStore } from '../utils/FeatureStore';
9import { createActionBindings } from '../utils/ActionBinding'; 9import { createActionBindings } from '../utils/ActionBinding';
10import { downgradeUserRequest } from './api'; 10import { downgradeUserRequest } from './api';
11 11
12const debug = require('debug')('Franz:feature:planSelection:store'); 12const debug = require('debug')('Ferdi:feature:planSelection:store');
13 13
14export default class PlanSelectionStore extends FeatureStore { 14export default class PlanSelectionStore extends FeatureStore {
15 @observable isFeatureEnabled = false; 15 @observable isFeatureEnabled = false;
diff --git a/src/features/trialStatusBar/index.js b/src/features/trialStatusBar/index.js
index ec84cdfd7..987b5c04e 100644
--- a/src/features/trialStatusBar/index.js
+++ b/src/features/trialStatusBar/index.js
@@ -1,7 +1,7 @@
1import { reaction } from 'mobx'; 1import { reaction } from 'mobx';
2import TrialStatusBarStore from './store'; 2import TrialStatusBarStore from './store';
3 3
4const debug = require('debug')('Franz:feature:trialStatusBar'); 4const debug = require('debug')('Ferdi:feature:trialStatusBar');
5 5
6export const GA_CATEGORY_TRIAL_STATUS_BAR = 'trialStatusBar'; 6export const GA_CATEGORY_TRIAL_STATUS_BAR = 'trialStatusBar';
7 7
diff --git a/src/features/trialStatusBar/store.js b/src/features/trialStatusBar/store.js
index 89cf32392..858a08238 100644
--- a/src/features/trialStatusBar/store.js
+++ b/src/features/trialStatusBar/store.js
@@ -9,7 +9,7 @@ import { trialStatusBarActions } from './actions';
9import { FeatureStore } from '../utils/FeatureStore'; 9import { FeatureStore } from '../utils/FeatureStore';
10import { createActionBindings } from '../utils/ActionBinding'; 10import { createActionBindings } from '../utils/ActionBinding';
11 11
12const debug = require('debug')('Franz:feature:trialStatusBar:store'); 12const debug = require('debug')('Ferdi:feature:trialStatusBar:store');
13 13
14export default class TrialStatusBarStore extends FeatureStore { 14export default class TrialStatusBarStore extends FeatureStore {
15 @observable isFeatureActive = false; 15 @observable isFeatureActive = false;