mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-28 09:51:06 -06:00
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:
parent
be174848ac
commit
3c119c62a9
@ -62,7 +62,7 @@ exports[`about app should render correctly 1`] = `
|
||||
key="3"
|
||||
>
|
||||
<strong>
|
||||
SFE:
|
||||
SFE-Lite:
|
||||
</strong>
|
||||
<span>
|
||||
N/A undefined
|
||||
|
@ -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:',
|
||||
|
Loading…
Reference in New Issue
Block a user