Improve some wording in the UI (#163)

* Update timing.cljs and traces.cljs
This commit is contained in:
Vincent Cantin 2018-02-25 19:52:40 +08:00 committed by Mike Thompson
parent b44c213d0e
commit b03977f9b9
2 changed files with 2 additions and 2 deletions

View File

@ -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."]]])))

View File

@ -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)))}