diff --git a/caimira/apps/expert.py b/caimira/apps/expert.py index 39daf3c3..79c64c2b 100644 --- a/caimira/apps/expert.py +++ b/caimira/apps/expert.py @@ -933,7 +933,7 @@ class CAIMIRAStateBuilder(state.StateBuilder): class ExpertApplication(Controller): def __init__(self) -> None: LOG.warning( - "ExpertApplication is deprecated and will no longer be maintained. It remains in the codebase for legacy purposes." + "ExpertApplication is currently deactivated and will no longer be maintained. It remains in the codebase for legacy purposes." ) self._data_registry = DataRegistry() diff --git a/caimira/apps/expert_co2.py b/caimira/apps/expert_co2.py index 62e23f82..29964bf9 100644 --- a/caimira/apps/expert_co2.py +++ b/caimira/apps/expert_co2.py @@ -192,7 +192,7 @@ class ExposureComparisonResult(View): class CO2Application(Controller): def __init__(self) -> None: LOG.warning( - "CO2Application is deprecated and will no longer be maintained. It remains in the codebase for legacy purposes." + "CO2Application is currently deactivated and will no longer be maintained. It remains in the codebase for legacy purposes." ) self._data_registry = DataRegistry() diff --git a/caimira/apps/templates/expert-app.html.j2 b/caimira/apps/templates/expert-app.html.j2 index 039c9690..5e18a638 100644 --- a/caimira/apps/templates/expert-app.html.j2 +++ b/caimira/apps/templates/expert-app.html.j2 @@ -4,7 +4,7 @@