From 9b57543ff5dcb89cf38f56ee248c0362462120ec Mon Sep 17 00:00:00 2001 From: Darshan Date: Thu, 10 Jul 2025 17:34:53 +0530 Subject: [PATCH 1/3] update: promo title. --- src/routes/(console)/bottomAlerts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(console)/bottomAlerts.ts b/src/routes/(console)/bottomAlerts.ts index dae1e4d0f..72a8fe27b 100644 --- a/src/routes/(console)/bottomAlerts.ts +++ b/src/routes/(console)/bottomAlerts.ts @@ -82,7 +82,7 @@ if (isCloud) { dark: EncryptedDatabasesDark, light: EncryptedDatabasesLight }, - title: 'Introducing Encrypted String Attributes', + title: 'Introducing Encrypted string attribute support', message: 'Encrypt string attributes at rest, directly from the Appwrite console', plan: 'free', importance: 8, From caeaccaf60d77c986e186c6b18cfc3451f2bd65e Mon Sep 17 00:00:00 2001 From: Darshan Date: Thu, 10 Jul 2025 17:39:31 +0530 Subject: [PATCH 2/3] add: period. --- src/routes/(console)/bottomAlerts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(console)/bottomAlerts.ts b/src/routes/(console)/bottomAlerts.ts index 72a8fe27b..8e6273a92 100644 --- a/src/routes/(console)/bottomAlerts.ts +++ b/src/routes/(console)/bottomAlerts.ts @@ -83,7 +83,7 @@ if (isCloud) { light: EncryptedDatabasesLight }, title: 'Introducing Encrypted string attribute support', - message: 'Encrypt string attributes at rest, directly from the Appwrite console', + message: 'Encrypt string attributes at rest, directly from the Appwrite console.', plan: 'free', importance: 8, scope: 'project', From 8684f62b716465c26bb4d7f5ef3d92349309e43e Mon Sep 17 00:00:00 2001 From: Darshan Date: Thu, 10 Jul 2025 18:34:22 +0530 Subject: [PATCH 3/3] update. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matej Bačo --- src/routes/(console)/bottomAlerts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(console)/bottomAlerts.ts b/src/routes/(console)/bottomAlerts.ts index 8e6273a92..192451f53 100644 --- a/src/routes/(console)/bottomAlerts.ts +++ b/src/routes/(console)/bottomAlerts.ts @@ -83,7 +83,7 @@ if (isCloud) { light: EncryptedDatabasesLight }, title: 'Introducing Encrypted string attribute support', - message: 'Encrypt string attributes at rest, directly from the Appwrite console.', + message: 'Encrypt string attributes at rest, directly from the Appwrite Console.', plan: 'free', importance: 8, scope: 'project',