File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
components/settings/wizard Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ export default function OnvifProbeResults({
168168 </ span > { " " }
169169 < span className = "text-primary-variant" >
170170 { probeResult . ptz_supported
171- ? t ( "yes" , { ns : "common" } )
172- : t ( "no" , { ns : "common" } ) }
171+ ? t ( "button. yes" , { ns : "common" } )
172+ : t ( "button. no" , { ns : "common" } ) }
173173 </ span >
174174 </ div >
175175 ) }
@@ -179,7 +179,7 @@ export default function OnvifProbeResults({
179179 { t ( "cameraWizard.step2.autotrackingSupport" ) } :
180180 </ span > { " " }
181181 < span className = "text-primary-variant" >
182- { t ( "yes" , { ns : "common" } ) }
182+ { t ( "button. yes" , { ns : "common" } ) }
183183 </ span >
184184 </ div >
185185 ) }
Original file line number Diff line number Diff line change @@ -621,7 +621,7 @@ function LibrarySelector({
621621 < div className = "flex justify-end gap-2" >
622622 { Object . keys ( dataset ) . length <= 2 ? (
623623 < Button variant = "outline" onClick = { ( ) => setConfirmDelete ( null ) } >
624- { t ( "button.ok " , { ns : "common" } ) }
624+ { t ( "button.close " , { ns : "common" } ) }
625625 </ Button >
626626 ) : (
627627 < >
Original file line number Diff line number Diff line change @@ -599,7 +599,7 @@ export default function TriggerView({
599599 date_style : "medium" ,
600600 } ,
601601 )
602- : t ( "never" , { ns : "common" } ) }
602+ : t ( "time. never" , { ns : "common" } ) }
603603 </ span >
604604 { trigger_status ?. triggers [ trigger . name ]
605605 ?. triggering_event_id && (
You can’t perform that action at this time.
0 commit comments