From 928b44b002b181e748ac0983aa9696de0846fd81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cosmin=20P=C3=A2rvulescu?= Date: Thu, 30 Nov 2023 16:37:50 +0200 Subject: [PATCH] Updated copy --- .../console/app/components/SiteMenu/index.tsx | 1 + .../routes/apps/$clientId/storage.ostrich.tsx | 24 ++++--------------- .../app/routes/apps/$clientId/storage.tsx | 4 ++-- 3 files changed, 7 insertions(+), 22 deletions(-) diff --git a/apps/console/app/components/SiteMenu/index.tsx b/apps/console/app/components/SiteMenu/index.tsx index 99d9aca171..e0293e6636 100644 --- a/apps/console/app/components/SiteMenu/index.tsx +++ b/apps/console/app/components/SiteMenu/index.tsx @@ -290,6 +290,7 @@ const appSubmenuStruct: { title: 'Storage', icon: TbServerBolt, subroute: '/storage', + plan: ServicePlanType.PRO, }, { title: 'Designer', diff --git a/apps/console/app/routes/apps/$clientId/storage.ostrich.tsx b/apps/console/app/routes/apps/$clientId/storage.ostrich.tsx index d1daaa4fe2..cfbf954247 100644 --- a/apps/console/app/routes/apps/$clientId/storage.ostrich.tsx +++ b/apps/console/app/routes/apps/$clientId/storage.ostrich.tsx @@ -113,28 +113,12 @@ export default () => {
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam - rhoncus aliquam metus. Sed elit dui, pellentesque a, faucibus vel, - interdum nec, diam. Etiam ligula pede, sagittis quis, interdum - ultricies, scelerisque eu. + App Data Storage service provides a hassle-free way to store and + retrieve per-user data for your application. Once activated, the + service can be accessed through our Galaxy API and it supports + storing data up to 128kb, per user.
- -
- - toast( - ToastType.Success, - { message: 'Client secret copied to clipboard!' }, - { duration: 2000 } - ) - } - /> -
) diff --git a/apps/console/app/routes/apps/$clientId/storage.tsx b/apps/console/app/routes/apps/$clientId/storage.tsx index f461fc6779..fffd649ac8 100644 --- a/apps/console/app/routes/apps/$clientId/storage.tsx +++ b/apps/console/app/routes/apps/$clientId/storage.tsx @@ -15,8 +15,8 @@ export default () => {