From 930622b5beefc38317a536e01dd8896cebefa86b Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Sat, 10 May 2025 20:35:10 +0800 Subject: [PATCH] Updated the AboutSystem component to include the correct links. --- .../settings/about-system/AboutSystem.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/application/src/components/settings/about-system/AboutSystem.tsx b/application/src/components/settings/about-system/AboutSystem.tsx index 6a52bbd..0f2c903 100644 --- a/application/src/components/settings/about-system/AboutSystem.tsx +++ b/application/src/components/settings/about-system/AboutSystem.tsx @@ -1,3 +1,4 @@ + import React from 'react'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; import { Separator } from "@/components/ui/separator"; @@ -19,7 +20,7 @@ export const AboutSystem: React.FC = () => { return

{t('aboutSystem')}

-

{t('aboutCheckCle')}

+

{t('aboutReamStack')}

@@ -31,10 +32,13 @@ export const AboutSystem: React.FC = () => { {t('systemDescription')} + {systemName || 'ReamStack'}
- +

+ {t('systemVersion')} 1.0.0 {t('isAModern')} {t('serverMonitoring')} {t('solution')} {t('designedFor')} {t('enterpriseUse')}. {t('providesRealtime')} {t('uptimeTracking')}, {t('performanceAnalytics')}, {t('andAlertNotifications')}. +

@@ -49,7 +53,7 @@ export const AboutSystem: React.FC = () => {
{t('releasedOn')} - May 10, 2025 + January 15, 2025
@@ -62,7 +66,7 @@ export const AboutSystem: React.FC = () => { {t('links')} - {systemName || 'CheckCle'} {t('resources').toLowerCase()} + {systemName || 'ReamStack'} {t('resources').toLowerCase()}
@@ -78,7 +82,7 @@ export const AboutSystem: React.FC = () => { {t('followOnX')} -