summaryrefslogtreecommitdiffstats
path: root/gui-clamp/ui-react/src/components/dialogs/PerformActions.js
diff options
context:
space:
mode:
Diffstat (limited to 'gui-clamp/ui-react/src/components/dialogs/PerformActions.js')
-rw-r--r--gui-clamp/ui-react/src/components/dialogs/PerformActions.js2
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;
}