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"
|
key="3"
|
||||||
>
|
>
|
||||||
<strong>
|
<strong>
|
||||||
SFE:
|
SFE-Lite:
|
||||||
</strong>
|
</strong>
|
||||||
<span>
|
<span>
|
||||||
N/A undefined
|
N/A undefined
|
||||||
|
@ -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:',
|
||||||
|
Loading…
Reference in New Issue
Block a user