Skip to content

Commit 28bd4ce

Browse files
committed
services: translate strings
1 parent 81af7d0 commit 28bd4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/systemd/services.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ const ServicesPageFilters = ({
869869
clearAllFilters={onClearAllFilters}
870870
className="pf-m-sticky-top ct-compact services-toolbar"
871871
id="services-toolbar"
872-
numberOfFiltersText={n => cockpit.format("$0 filters applied")}>
872+
numberOfFiltersText={n => cockpit.format(_("$0 filters applied"), n)}>
873873
<ToolbarContent>{toolbarItems}</ToolbarContent>
874874
</Toolbar>
875875
);

0 commit comments

Comments
 (0)