Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com>
  • Loading branch information
ildyria and d7415 authored Nov 15, 2024
1 parent ef551a8 commit 3f23936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions database/migrations/2024_10_30_064336_timeline_options.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function getConfigs(): array
'cat' => self::TIMELINE,
'type_range' => 'taken_at|created_at',
'description' => 'Order photos on',
'details' => 'This determine whether the captured date or the upload date will be used to order the photos.',
'details' => 'This determines whether the captured date or the upload date will be used to order the photos.',
'is_secret' => false,
'level' => 0,
],
Expand Down Expand Up @@ -89,7 +89,7 @@ public function getConfigs(): array
'value' => '0',
'cat' => self::TIMELINE,
'type_range' => self::BOOL,
'description' => 'Display the albums as timeline for anonymous users',
'description' => 'Display the albums timeline for anonymous users',
'details' => '',
'is_secret' => false,
'level' => 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function getConfigs(): array
'cat' => 'Mod RSS',
'type_range' => self::BOOL,
'description' => 'Do not show sensitive photos in RSS',
'details' => 'Pictures placed in sensive albums will not be shown in RSS feed.',
'details' => 'Pictures placed in sensive albums will not be shown in the RSS feed.',
'is_secret' => false,
'level' => 0,
],
Expand Down

0 comments on commit 3f23936

Please sign in to comment.