diff options
Diffstat (limited to 'ctrack')
-rw-r--r-- | ctrack/caf/models.py | 2 |
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(): |