SDA-4013 Updating SFE-Lite field in about window (#1637)

* SDA-4013 Updating SFE-Lite field in about window

* SDA-4013 Updating snapshots
This commit is contained in:
Salah Benmoussati 2023-01-12 09:20:15 +01:00 committed by GitHub
parent be174848ac
commit 3c119c62a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ exports[`about app should render correctly 1`] = `
key="3" key="3"
> >
<strong> <strong>
SFE: SFE-Lite:
</strong> </strong>
<span> <span>
N/A undefined N/A undefined

View File

@ -96,7 +96,7 @@ export default class AboutApp extends React.Component<{}, IState> {
)()} \xA9 ${new Date().getFullYear()} ${appName}`; )()} \xA9 ${new Date().getFullYear()} ${appName}`;
const podVersion = `${clientVersion} (${buildNumber})`; const podVersion = `${clientVersion} (${buildNumber})`;
const sdaVersionBuild = `${sdaVersion} (${sdaBuildNumber})`; const sdaVersionBuild = `${sdaVersion} (${sdaBuildNumber})`;
let sfeClientTypeName = 'SFE'; let sfeClientTypeName = 'SFE-Lite';
const symphonySectionItems = [ const symphonySectionItems = [
{ {
key: 'POD:', key: 'POD:',