From b5f3d38474e006bdf6eb8f3ccfe4c680fbd21f87 Mon Sep 17 00:00:00 2001 From: Everly Precia Suresh <77877486+everly-gif@users.noreply.github.com> Date: Thu, 19 Jan 2023 22:08:10 +0530 Subject: [PATCH] fix: change grammar Co-authored-by: Christy Jacob --- app/config/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/services.php b/app/config/services.php index ff279586f9..d6295841f7 100644 --- a/app/config/services.php +++ b/app/config/services.php @@ -98,7 +98,7 @@ return [ 'admin' => [ 'key' => 'admin', 'name' => 'admin', - 'subtitle' => 'The Project service allows you to manage all the projects in your Appwrite server.', + 'subtitle' => 'The Admin service allows you to manage all the projects in your Appwrite server.', 'description' => '', 'controller' => 'api/admin.php', 'sdk' => true,