diff options
author | brunomilitzer <bruno.militzer@est.tech> | 2022-02-25 10:38:47 +0000 |
---|---|---|
committer | brunomilitzer <bruno.militzer@est.tech> | 2022-02-28 15:11:16 +0000 |
commit | 4651d908fe8fa83801a8df4d6e83e4eb25073f46 (patch) | |
tree | 363290263a096b70c4dd78c84ecc8b1b07730e15 /gui-clamp/ui-react/src/components/dialogs/PerformActions.js | |
parent | 4a4a638d6d0336134cdb4cdab093054f3b3f09f9 (diff) |
Renamed Control Loop to ACM
Issue-ID: POLICY-3940
Change-Id: I37d768ac339e4e354a369fcb659bf36da861d7aa
Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
Diffstat (limited to 'gui-clamp/ui-react/src/components/dialogs/PerformActions.js')
-rw-r--r-- | gui-clamp/ui-react/src/components/dialogs/PerformActions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-clamp/ui-react/src/components/dialogs/PerformActions.js b/gui-clamp/ui-react/src/components/dialogs/PerformActions.js index ba7c99d..428902e 100644 --- a/gui-clamp/ui-react/src/components/dialogs/PerformActions.js +++ b/gui-clamp/ui-react/src/components/dialogs/PerformActions.js @@ -47,7 +47,7 @@ export default class PerformActions extends React.Component { const loopName = this.state.loopName; if (action === 'delete') { - if (window.confirm('You are about to remove Control Loop Model "' + loopName + + if (window.confirm('You are about to remove ACM Model "' + loopName + '". Select OK to continue with deletion or Cancel to keep the model.') === false) { return; } |