From 3c119c62a9c1223c12eca964e3cd60b4fc8862f4 Mon Sep 17 00:00:00 2001
From: Salah Benmoussati <51402489+sbenmoussati@users.noreply.github.com>
Date: Thu, 12 Jan 2023 09:20:15 +0100
Subject: [PATCH] SDA-4013 Updating SFE-Lite field in about window (#1637)
* SDA-4013 Updating SFE-Lite field in about window
* SDA-4013 Updating snapshots
---
spec/__snapshots__/aboutApp.spec.ts.snap | 2 +-
src/renderer/components/about-app.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/spec/__snapshots__/aboutApp.spec.ts.snap b/spec/__snapshots__/aboutApp.spec.ts.snap
index 1ed69431..61a7720c 100644
--- a/spec/__snapshots__/aboutApp.spec.ts.snap
+++ b/spec/__snapshots__/aboutApp.spec.ts.snap
@@ -62,7 +62,7 @@ exports[`about app should render correctly 1`] = `
key="3"
>
- SFE:
+ SFE-Lite:
N/A undefined
diff --git a/src/renderer/components/about-app.tsx b/src/renderer/components/about-app.tsx
index 43d320d8..ef4b0a56 100644
--- a/src/renderer/components/about-app.tsx
+++ b/src/renderer/components/about-app.tsx
@@ -96,7 +96,7 @@ export default class AboutApp extends React.Component<{}, IState> {
)()} \xA9 ${new Date().getFullYear()} ${appName}`;
const podVersion = `${clientVersion} (${buildNumber})`;
const sdaVersionBuild = `${sdaVersion} (${sdaBuildNumber})`;
- let sfeClientTypeName = 'SFE';
+ let sfeClientTypeName = 'SFE-Lite';
const symphonySectionItems = [
{
key: 'POD:',