Skip to content

Commit

Permalink
CAD-2322: rename System start time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Shevchenko committed Nov 24, 2020
1 parent 1e5381c commit 140d21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cardano/RTView/GUI/Markup/Grid.hs
Expand Up @@ -74,7 +74,7 @@ metricLabel ElMemoryUsageChart = ("Memory usage", "Memory used by the node,
metricLabel ElCPUUsageChart = ("CPU usage", "CPU used by the node, in percents")
metricLabel ElDiskUsageChart = ("Disk usage", "Node's disk operations, both READ and WRITE")
metricLabel ElNetworkUsageChart = ("Network usage", "Node's network operations, both IN and OUT")
metricLabel ElSystemStartTime = ("System start time", "The time when this blockchain has started")
metricLabel ElSystemStartTime = ("Blockchain start time", "The time when this blockchain has started")
metricLabel ElEpoch = ("Epoch", "Number of current epoch")
metricLabel ElSlot = ("Slot in epoch", "Number of the current slot in this epoch")
metricLabel ElChainDensity = ("Chain density", "Chain density, in percents")
Expand Down
2 changes: 1 addition & 1 deletion src/Cardano/RTView/GUI/Markup/Pane.hs
Expand Up @@ -254,7 +254,7 @@ mkNodePane nsTVar NodeState {..} nameOfNode acceptors = do
blockchainTabContent
<- UI.div #. [TabContainer, W3Row] # hideIt #+
[ UI.div #. [W3Half] #+
[ UI.div #+ [string "System start time"
[ UI.div #+ [string "Blockchain start time"
# set UI.title__ "The time when this blockchain has started"]
, vSpacer NodeInfoVSpacer
, UI.div #+ [string "Epoch / Slot in epoch"
Expand Down

0 comments on commit 140d21a

Please sign in to comment.