Skip to content

Commit

Permalink
Config clarification for blog
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Sep 15, 2024
1 parent e1523ef commit 679b1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/config/public/ClientConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ export class ClientGalleryConfig {
priority: ConfigPriority.advanced,
githubIssue: 711
},
description: $localize`Makes inline blog (*.md files content) auto-open.`
description: $localize`Makes top blog (*.md files content) auto-open.`
})
TopBlogStartsOpen: boolean = false;
}
Expand Down

0 comments on commit 679b1f7

Please sign in to comment.