From 916a0407dc4791a3071400ddc998205ff7681af4 Mon Sep 17 00:00:00 2001 From: Sajid Alam Date: Mon, 29 Jul 2024 15:22:01 +0100 Subject: [PATCH] Update update-reminder-content.js Signed-off-by: Sajid Alam --- src/components/update-reminder/update-reminder-content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/update-reminder/update-reminder-content.js b/src/components/update-reminder/update-reminder-content.js index 2731683b28..8a6465bdf7 100644 --- a/src/components/update-reminder/update-reminder-content.js +++ b/src/components/update-reminder/update-reminder-content.js @@ -14,7 +14,7 @@ export const updateContent = { title: 'Move session store and stats file to `.viz` directory conditionally', image: '', - copy: 'The session store and stats file are now conditionally moved to the `.viz` directory. If the user does not provide `SESSION_STORE_ARGS` in their `settings.py` file, Kedro-Viz will use the default `.viz` directory to store session and stats files.', + copy: 'The session store (a SQLite database) and stats file are now conditionally moved to the `.viz` directory. If the user does not provide `SESSION_STORE_ARGS` in their `settings.py` file, Kedro-Viz will use the default `.viz` directory to store session and stats files.', buttonLink: '', buttonText: '', },