Improve some wording in the UI (#163)
* Update timing.cljs and traces.cljs
This commit is contained in:
parent
b44c213d0e
commit
b03977f9b9
|
@ -116,4 +116,4 @@
|
|||
[timing-section "react, etc" (:timing/animation-frame-misc frame-time)]]])))]]
|
||||
[rc/v-box
|
||||
:class "timing-details"
|
||||
:children [[:h1 "No timing data available currently."]]])))
|
||||
:children [[:h1 "No timing data currently available."]]])))
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
[rc/checkbox
|
||||
:model show-epoch-traces?
|
||||
:on-change #(rf/dispatch [:trace-panel/update-show-epoch-traces? %])
|
||||
:label "Show only traces for this epoch?"]
|
||||
:label "Only show traces for this epoch?"]
|
||||
[:div.filter-fields
|
||||
[:select {:value @filter-type
|
||||
:on-change #(reset! filter-type (keyword (.. % -target -value)))}
|
||||
|
|
Loading…
Reference in New Issue