From 118b66a7b6cb0195e2458394aa8c284e5f379d27 Mon Sep 17 00:00:00 2001 From: Tianzhou Date: Tue, 17 Dec 2024 21:37:14 +0800 Subject: [PATCH] chore: tweak rollback msg --- src/components/pages/home/features/features.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/home/features/features.tsx b/src/components/pages/home/features/features.tsx index 0025c4db..2fd74ab1 100644 --- a/src/components/pages/home/features/features.tsx +++ b/src/components/pages/home/features/features.tsx @@ -14,7 +14,7 @@ const cards: TCard[] = [ href: Route.DOCS_ROLLBACK_DATA, icon: '/images/disk.svg', title: 'Data Rollback', - description: 'Record the snapshot and provide 1-click data rollback.', + description: '1-click data rollback with the automated snapshot.', }, { href: Route.DOCS_SCHEMA_SYNC,