@@ -136,7 +136,7 @@ export default function Summary({preferences, sid, did, pageVisible, enablePoll=
136136 { icon : '' , name : gettext ( 'Host name' ) , value : gettext ( os_info_obj [ 'host_name' ] ) } ,
137137 { icon : '' , name : gettext ( 'Domain name' ) , value : gettext ( os_info_obj [ 'domain_name' ] ) } ,
138138 { icon : '' , name : gettext ( 'Architecture' ) , value : gettext ( os_info_obj [ 'architecture' ] ) } ,
139- { icon : '' , name : gettext ( 'Os up since seconds' ) , value : gettext ( os_info_obj [ 'os_up_since_seconds' ] ) } ,
139+ { icon : '' , name : gettext ( 'OS uptime ( seconds) ' ) , value : gettext ( os_info_obj [ 'os_up_since_seconds' ] ) } ,
140140 ] ;
141141 setOsStats ( os_info_list ) ;
142142
@@ -145,7 +145,7 @@ export default function Summary({preferences, sid, did, pageVisible, enablePoll=
145145 { icon : '' , name : gettext ( 'Vendor' ) , value : gettext ( cpu_info_obj [ 'vendor' ] ) } ,
146146 { icon : '' , name : gettext ( 'Description' ) , value : gettext ( cpu_info_obj [ 'description' ] ) } ,
147147 { icon : '' , name : gettext ( 'Model name' ) , value : gettext ( cpu_info_obj [ 'model_name' ] ) } ,
148- { icon : '' , name : gettext ( 'No of cores' ) , value : gettext ( cpu_info_obj [ 'no_of_cores' ] ) } ,
148+ { icon : '' , name : gettext ( 'Number of cores' ) , value : gettext ( cpu_info_obj [ 'no_of_cores' ] ) } ,
149149 { icon : '' , name : gettext ( 'Architecture' ) , value : gettext ( cpu_info_obj [ 'architecture' ] ) } ,
150150 { icon : '' , name : gettext ( 'Clock speed Hz' ) , value : gettext ( cpu_info_obj [ 'clock_speed_hz' ] ) } ,
151151 { icon : '' , name : gettext ( 'L1 dcache size' ) , value : gettext ( cpu_info_obj [ 'l1dcache_size' ] ) } ,
0 commit comments