Skip to content

Commit

Permalink
Making the config option title a bit more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
grasdk committed Jun 16, 2024
1 parent 9ceb90c commit 671065c
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 @@ -1084,7 +1084,7 @@ export class ClientGalleryConfig {

@ConfigProperty({
tags: {
name: $localize`Ignore timestamp offsets`,
name: $localize`Ignore timestamp offsets (use local time)`,
priority: ConfigPriority.advanced,
},
description: $localize`If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).`
Expand Down

0 comments on commit 671065c

Please sign in to comment.