Skip to content

Commit 08a5aba

Browse files
authored
fix: select record translation (#243)
1 parent a01242b commit 08a5aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unfold/templatetags/unfold_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def link_in_col(is_first: bool, field_name: str, cl: ChangeList) -> bool:
307307
yield format_html(
308308
'<td{} data-label="{}">{}</td>',
309309
row_class,
310-
"Select record",
310+
_("Select record"),
311311
result_repr,
312312
)
313313

0 commit comments

Comments
 (0)