From badaf5fa2189eb387b4251df0c0dcfb613ea11ee Mon Sep 17 00:00:00 2001 From: Harsh Mahajan <127186841+HarshMN2345@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:07:03 +0530 Subject: [PATCH] Update bottomAlerts.ts updated message and title --- src/routes/(console)/bottomAlerts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/(console)/bottomAlerts.ts b/src/routes/(console)/bottomAlerts.ts index e5463b8c7..c02b7b168 100644 --- a/src/routes/(console)/bottomAlerts.ts +++ b/src/routes/(console)/bottomAlerts.ts @@ -17,9 +17,9 @@ if (isCloud) { dark: TablesApiDark, light: TablesApiLight }, - title: 'Announcing the new Grids UI and more!', + title: 'Announcing the new TablesDB UI and more!', message: - 'This is Appwrite Databases’ most significant update so far, introducing new terminology, a new UI, and a supporting Grids API.', + 'This is Appwrite Databases’ most significant update so far, introducing new terminology, a new UI, and a supporting TablesDB API.', plan: 'free', importance: 8, scope: 'project',