From 66d9a6d831f9e68fd3c88a28a19337787ea6e313 Mon Sep 17 00:00:00 2001 From: Germain Personne Date: Thu, 14 Apr 2022 16:50:45 +0200 Subject: [PATCH] Changed the name of the relative indoor humidity --- cara/apps/expert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/apps/expert.py b/cara/apps/expert.py index 4fecf2ea..88125435 100644 --- a/cara/apps/expert.py +++ b/cara/apps/expert.py @@ -318,7 +318,7 @@ class ModelWidgets(View): widgets.Label('Room number '), room_number] , layout=widgets.Layout(width='100%', justify_content='space-between')) , room_w, widgets.VBox(list(room_widgets.values())) - , widgets.HBox([widgets.Label('Relative humidity rate in the room depending on the use of a central heating system'),humidity] + , widgets.HBox([widgets.Label('Indoor relative humidity '),humidity] , layout=widgets.Layout(width='100%', justify_content='space-between')) ])] , title="Specification of workspace"