aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ctrack/caf/models.py')
-rw-r--r--ctrack/caf/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/caf/models.py b/ctrack/caf/models.py
index 444ab6b..e00a8d0 100644
--- a/ctrack/caf/models.py
+++ b/ctrack/caf/models.py
@@ -49,7 +49,7 @@ class ApplicableSystem(models.Model):
IMPORTANT = "IM"
SYSTEM_CATEGORISATION = (
(CRITICAL, "Critical"),
- (IMPORTANT, "Important"),
+ (IMPORTANT, "Important (Legacy use only)"),
)
def get_sentinel_org():