Skip to content

Commit c72e518

Browse files
#RI-5220 - update success message
1 parent bcb0fbd commit c72e518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/notifications/components/infinite-messages/InfiniteMessages.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const INFINITE_MESSAGES = {
8484
<EuiText size="xs">
8585
You can now use your Redis Stack database in Redis Cloud.
8686
<EuiSpacer size="s" />
87-
<b>Notice:</b> the database will be deleted after 30 days of inactivity.
87+
<b>Notice:</b> the database will be deleted after 15 days of inactivity.
8888
</EuiText>
8989
{!!details && (
9090
<>

0 commit comments

Comments
 (0)