Skip to content

Commit

Permalink
Fix translation for required hint
Browse files Browse the repository at this point in the history
Change-Id: I3207656870289bcc9d32c9088813d18d9a04b4f6
  • Loading branch information
makanakoeln committed Feb 20, 2024
1 parent 641b23d commit b9211b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmk/gui/valuespec/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5935,7 +5935,7 @@ def _render_input_normal(
# where it is clear from the context if values are required or not. Therefore, we
# dont add a required label in this case.
if not two_columns and not vs.allow_empty():
html.span(" (required)", class_="required")
html.span(_(" (required)"), class_="required")

if two_columns:
if vs.title() and not colon_printed:
Expand Down

0 comments on commit b9211b8

Please sign in to comment.