Rename to general config

This commit is contained in:
shamoon
2024-01-07 00:25:23 -08:00
parent 2cd993204c
commit 7b8543fce8
3 changed files with 9 additions and 10 deletions

View File

@@ -46,8 +46,8 @@ export enum ConfigOptionType {
}
export const ConfigCategory = {
General: $localize`General Settings`,
OCR: $localize`OCR Settings`,
Frontend: $localize`Frontend Settings`,
}
export interface ConfigOption {
@@ -170,7 +170,7 @@ export const PaperlessConfigOptions: ConfigOption[] = [
title: $localize`Application Title`,
type: ConfigOptionType.String,
config_key: 'PAPERLESS_APP_TITLE',
category: ConfigCategory.Frontend,
category: ConfigCategory.General,
},
]