diff --git a/frontend/components.d.ts b/frontend/components.d.ts index e0a89f4c..48f009b3 100644 --- a/frontend/components.d.ts +++ b/frontend/components.d.ts @@ -127,11 +127,10 @@ declare module 'vue' { FileVideoIcon: typeof import('./src/components/Icons/FileVideoIcon.vue')['default'] Filter: typeof import('./src/components/Filter.vue')['default'] FilterIcon: typeof import('./src/components/Icons/FilterIcon.vue')['default'] + ForecastingSettings: typeof import('./src/components/Settings/ForecastingSettings.vue')['default'] FormattedInput: typeof import('./src/components/Controls/FormattedInput.vue')['default'] FrappeCloudIcon: typeof import('./src/components/Icons/FrappeCloudIcon.vue')['default'] GenderIcon: typeof import('./src/components/Icons/GenderIcon.vue')['default'] - GeneralSettings: typeof import('./src/components/Settings/General/GeneralSettings.vue')['default'] - GeneralSettingsPage: typeof import('./src/components/Settings/General/GeneralSettingsPage.vue')['default'] GlobalModals: typeof import('./src/components/Modals/GlobalModals.vue')['default'] GoogleIcon: typeof import('./src/components/Icons/GoogleIcon.vue')['default'] Grid: typeof import('./src/components/Controls/Grid.vue')['default'] diff --git a/frontend/src/components/Settings/General/GeneralSettings.vue b/frontend/src/components/Settings/ForecastingSettings.vue similarity index 56% rename from frontend/src/components/Settings/General/GeneralSettings.vue rename to frontend/src/components/Settings/ForecastingSettings.vue index 551b05bd..8b681926 100644 --- a/frontend/src/components/Settings/General/GeneralSettings.vue +++ b/frontend/src/components/Settings/ForecastingSettings.vue @@ -2,10 +2,10 @@
- {{ __('Configure general settings for your CRM') }} + {{ __('Configure forecasting settings for your CRM') }}