Skip to content

Commit

Permalink
Change inactive ParaTime badge label
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Feb 19, 2024
1 parent 46f82e7 commit 68f1034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/StatusIcon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const StyledBox = styled(Box, {
justifyContent: 'center',
alignItems: 'center',
width: withText ? undefined : '28px',
height: '28px',
minHeight: '28px',
fontSize: '15px',
backgroundColor: statusBgColor[status],
color: statusFgColor[status],
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
"active": "Active",
"activeNodes": "{{nodes}} active",
"blockNumber": "Block number:",
"inactive": "Suspended",
"inactive": "Coming soon",
"listTitle": "ParaTimes",
"noData": "No data available",
"nodes": "Nodes:"
Expand Down

0 comments on commit 68f1034

Please sign in to comment.