Skip to content

Commit

Permalink
Config: Change "Index Workers" title to "Indexing" in reports #4269
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mayer <[email protected]>
  • Loading branch information
lastzero committed May 20, 2024
1 parent 118b8b5 commit d53f6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/config/report_sections.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var OptionsReportSections = []ReportSection{
{Start: "PHOTOPRISM_LOG_LEVEL", Title: "Logging"},
{Start: "PHOTOPRISM_CONFIG_PATH", Title: "Storage"},
{Start: "PHOTOPRISM_BACKUP_PATH", Title: "Backup"},
{Start: "PHOTOPRISM_INDEX_WORKERS, PHOTOPRISM_WORKERS", Title: "Index Workers"},
{Start: "PHOTOPRISM_INDEX_WORKERS, PHOTOPRISM_WORKERS", Title: "Indexing"},
{Start: "PHOTOPRISM_READONLY", Title: "Feature Flags"},
{Start: "PHOTOPRISM_DEFAULT_LOCALE", Title: "Customization"},
{Start: "PHOTOPRISM_SITE_URL", Title: "Site Information"},
Expand All @@ -41,7 +41,7 @@ var YamlReportSections = []ReportSection{
{Start: "LogLevel", Title: "Logging"},
{Start: "ConfigPath", Title: "Storage"},
{Start: "BackupPath", Title: "Backup"},
{Start: "IndexWorkers", Title: "Index Workers"},
{Start: "IndexWorkers", Title: "Indexing"},
{Start: "ReadOnly", Title: "Feature Flags"},
{Start: "DefaultTheme", Title: "Customization"},
{Start: "SiteUrl", Title: "Site Information"},
Expand Down

0 comments on commit d53f6d4

Please sign in to comment.