Skip to content
Snippets Groups Projects
Commit c830bd76 authored by Ute Becker's avatar Ute Becker :relaxed:
Browse files

Kommentar von 30 in 130 Pa geändert

parent 24668cf4
No related branches found
No related tags found
No related merge requests found
......@@ -730,10 +730,10 @@ class Utils:
def get_balance_description(self, lang, add_balance):
if add_balance:
if lang == "de":
return "Oberhalb von \\SI{30}{\\pascal} werden die Zieldrücke mit der Druckwaage FRS5 erzeugt.", False
return "Oberhalb von \\SI{130}{\\pascal} werden die Zieldrücke mit der Druckwaage FRS5 erzeugt.", False
if lang == "en":
return "Above \\SI{30}{\\pascal}, target points will be generated by means of the pressure balance FRS5.", False
return "Above \\SI{130}{\\pascal}, target points will be generated by means of the pressure balance FRS5.", False
return {'error': "unknown lang at function get_balance_description"}, True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment