From 3f239361c5205515f6e228f9e63bb1aabe538fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Viguier?= Date: Fri, 15 Nov 2024 23:22:14 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com> --- database/migrations/2024_10_30_064336_timeline_options.php | 4 ++-- .../2024_11_11_141334_add_hide_nsfw_smart_search_config.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/database/migrations/2024_10_30_064336_timeline_options.php b/database/migrations/2024_10_30_064336_timeline_options.php index 9dc884da9fb..a02109cb8fa 100644 --- a/database/migrations/2024_10_30_064336_timeline_options.php +++ b/database/migrations/2024_10_30_064336_timeline_options.php @@ -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, ], @@ -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, diff --git a/database/migrations/2024_11_11_141334_add_hide_nsfw_smart_search_config.php b/database/migrations/2024_11_11_141334_add_hide_nsfw_smart_search_config.php index 94657372e5d..cd8b4595fed 100644 --- a/database/migrations/2024_11_11_141334_add_hide_nsfw_smart_search_config.php +++ b/database/migrations/2024_11_11_141334_add_hide_nsfw_smart_search_config.php @@ -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, ],