Skip to content

Commit

Permalink
Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mesemus committed Feb 26, 2024
1 parent 9503a50 commit 81e83c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oarepo_ui/resources/templating/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def _ui_value(self):
@staticmethod
def translate(x):
if not x:
return x
return ""
return gettext(x)

@property
Expand Down

0 comments on commit 81e83c7

Please sign in to comment.