Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/clearData/plugin.js')
-rw-r--r--src/plugins/clearData/plugin.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/clearData/plugin.js b/src/plugins/clearData/plugin.js
index 65279b080..a92dc55d3 100644
--- a/src/plugins/clearData/plugin.js
+++ b/src/plugins/clearData/plugin.js
@@ -1,5 +1,5 @@
/*****************************************************************************
- * Open MCT, Copyright (c) 2014-2021, United States Government
+ * Open MCT, Copyright (c) 2014-2022, United States Government
* as represented by the Administrator of the National Aeronautics and Space
* Administration. All rights reserved.
*
@@ -48,7 +48,7 @@ define([
let indicator = {
element: component.$mount().$el,
- key: 'clear-data-indicator',
+ key: 'global-clear-indicator',
priority: openmct.priority.DEFAULT
};