From 81e83c71420761e91094728ea1ab3820f5aa2624 Mon Sep 17 00:00:00 2001 From: Mirek Simek Date: Mon, 26 Feb 2024 13:49:50 +0100 Subject: [PATCH] Translation --- oarepo_ui/resources/templating/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oarepo_ui/resources/templating/data.py b/oarepo_ui/resources/templating/data.py index 48a7cc25..51abbeb5 100644 --- a/oarepo_ui/resources/templating/data.py +++ b/oarepo_ui/resources/templating/data.py @@ -18,7 +18,7 @@ def _ui_value(self): @staticmethod def translate(x): if not x: - return x + return "" return gettext(x) @property