Skip to content
Snippets Groups Projects

CE-2127: Revise texts

Merged Simon Rose requested to merge ce_2127_revise_texts into develop
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
  • d8510047
    Fix text on IOC manage tab · d8510047
    Simon Rose authored
    Note that another option is to simply remove the IOC service controls
    if the IOC is not correctly deployed.
@@ -88,7 +88,7 @@ export function IOCManage({
const showControls = deploymentStatus.wasSuccessful();
let subset = {
"IOC name": (
"Naming service record": (
<Typography>
<MuiLink
href={`${window.NAMING_ADDRESS}/devices.xhtml?i=2&deviceName=${ioc.namingName}`}
@@ -100,7 +100,7 @@ export function IOCManage({
</MuiLink>
</Typography>
),
git: (
Repository: (
<Typography>
<MuiLink
href={git}
@@ -127,7 +127,7 @@ export function IOCManage({
}}
/>
) : (
"Can't be controlled, because IOC is not (yet) deployed succesfully"
"IOC not yet deployed"
);
}
Loading