Skip to content

Commit 4363baa

Browse files
Use better thermal unit
1 parent 3c359b9 commit 4363baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/Controllers/Models/WorkflowDto.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ string workflowType
135135
AnalysisId = analysisId,
136136
AnalysisType = workflowType,
137137
Value = result?.Temperature.ToString("F2"),
138-
Unit = "celsius [temperature]",
138+
Unit = "°C",
139139
Confidence = result?.Confidence is null ? null : result.Confidence * 100f,
140140
Warning = result?.Warning,
141141
};

0 commit comments

Comments
 (0)