diff --git a/src/common/config/public/ClientConfig.ts b/src/common/config/public/ClientConfig.ts index 52961fcf..facc64f6 100644 --- a/src/common/config/public/ClientConfig.ts +++ b/src/common/config/public/ClientConfig.ts @@ -163,11 +163,11 @@ export class ClientMediaConfig { @SubConfigClass() export class ClientMetaFileConfig { - @ConfigProperty({description: 'Reads *.gpx files and renders them on the map'}) + @ConfigProperty({description: 'Reads *.gpx files and renders them on the map.'}) gpx: boolean = true; - @ConfigProperty({description: 'Reads *.md files in a directory and shows the next to the map'}) + @ConfigProperty({description: 'Reads *.md files in a directory and shows the next to the map.'}) markdown: boolean = true; - @ConfigProperty({description: 'Reads *.pg2conf files'}) + @ConfigProperty({description: 'Reads *.pg2conf files (You can use it for custom sorting and save search (albums)).'}) pg2conf: boolean = true; } diff --git a/src/frontend/app/ui/settings/metafiles/metafile.settings.component.html b/src/frontend/app/ui/settings/metafiles/metafile.settings.component.html index 477cc90c..19a242f0 100644 --- a/src/frontend/app/ui/settings/metafiles/metafile.settings.component.html +++ b/src/frontend/app/ui/settings/metafiles/metafile.settings.component.html @@ -24,7 +24,7 @@