From 7d24560dd04a9207c8979e88411972a29cd06cd2 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 1 Jun 2021 20:07:52 -0600 Subject: [PATCH] Update app config, change default descriptions --- config/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index 045b128b7..c149159a5 100644 --- a/config/app.php +++ b/config/app.php @@ -108,8 +108,8 @@ return [ 'cipher' => 'AES-256-CBC', - 'short_description' => 'Pixelfed - Photo sharing for everyone', - 'description' => 'Pixelfed - Photo sharing for everyone', + 'short_description' => 'Pixelfed is an image sharing platform, an ethical alternative to centralized platforms.', + 'description' => 'Pixelfed is an image sharing platform, an ethical alternative to centralized platforms.', 'rules' => null, 'logo' => '/img/pixelfed-icon-color.svg',