Commit 698db9c 1 parent 81af7d0 commit 698db9c Copy full SHA for 698db9c
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -597,8 +597,8 @@ class ServicesPageBody extends React.Component {
597
597
if ( failed . size > 0 ) {
598
598
page_status . set_own ( {
599
599
type : "error" ,
600
- title : cockpit . format ( cockpit . ngettext ( "$0 service has failed" ,
601
- "$0 services have failed" ,
600
+ title : cockpit . format ( cockpit . ngettext ( _ ( "$0 service has failed" ) ,
601
+ _ ( "$0 services have failed" ) ,
602
602
failed . size ) , failed . size ) ,
603
603
details : [ ...failed ]
604
604
} ) ;
@@ -869,7 +869,7 @@ const ServicesPageFilters = ({
869
869
clearAllFilters = { onClearAllFilters }
870
870
className = "pf-m-sticky-top ct-compact services-toolbar"
871
871
id = "services-toolbar"
872
- numberOfFiltersText = { n => cockpit . format ( "$0 filters applied" ) } >
872
+ numberOfFiltersText = { n => cockpit . format ( _ ( "$0 filters applied" ) , n ) } >
873
873
< ToolbarContent > { toolbarItems } </ ToolbarContent >
874
874
</ Toolbar >
875
875
) ;
You can’t perform that action at this time.
0 commit comments