From 68f1034f7de1d2b360e88100e3cf430165ea6e26 Mon Sep 17 00:00:00 2001 From: Michal Zielenkiewicz Date: Mon, 19 Feb 2024 17:10:59 +0100 Subject: [PATCH] Change inactive ParaTime badge label --- src/app/components/StatusIcon/index.tsx | 2 +- src/locales/en/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/StatusIcon/index.tsx b/src/app/components/StatusIcon/index.tsx index eb9c0139b6..50abcf3ae7 100644 --- a/src/app/components/StatusIcon/index.tsx +++ b/src/app/components/StatusIcon/index.tsx @@ -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], diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index 5bc53cb75f..a16e267fb2 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -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:"