Skip to content

Commit

Permalink
fix: select record translation (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Jan 2, 2024
1 parent a01242b commit 08a5aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/templatetags/unfold_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def link_in_col(is_first: bool, field_name: str, cl: ChangeList) -> bool:
yield format_html(
'<td{} data-label="{}">{}</td>',
row_class,
"Select record",
_("Select record"),
result_repr,
)

Expand Down

0 comments on commit 08a5aba

Please sign in to comment.