Skip to content

Commit ece1bba

Browse files
added in to subs
1 parent 2ca1369 commit ece1bba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openatlas/views/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def walk_tree(types: list[int]) -> list[dict[str, Any]]:
376376
classes = f'badge {pill} bg-light small fw-normal text-muted'
377377
count_subs_html = (
378378
f'<span class="{classes}">'
379-
f'+ {format_number(item.count_subs)} subs</span>')
379+
f'+ {format_number(item.count_subs)} {_('in subs')}</span>')
380380

381381
text: str
382382
if item.selectable:

0 commit comments

Comments
 (0)