From 981b892a47b2f35077cd4e765b0d54a182a3e791 Mon Sep 17 00:00:00 2001 From: hensm Date: Wed, 12 Dec 2018 20:29:15 +0000 Subject: [PATCH] Add name to bridge info section --- ext/src/_locales/en/messages.json | 3 +++ ext/src/options/index.jsx | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/ext/src/_locales/en/messages.json b/ext/src/_locales/en/messages.json index c6ff262..df814a3 100755 --- a/ext/src/_locales/en/messages.json +++ b/ext/src/_locales/en/messages.json @@ -33,6 +33,9 @@ , "optionsBridgeInfo": { "message": "Bridge info:" } + , "optionsBridgeStatsName": { + "message": "Name:" + } , "optionsBridgeStatsVersion": { "message": "Version:" } diff --git a/ext/src/options/index.jsx b/ext/src/options/index.jsx index 2307225..8b1e85e 100644 --- a/ext/src/options/index.jsx +++ b/ext/src/options/index.jsx @@ -208,6 +208,10 @@ class App extends Component { { do { if (bridgeInfo) { + + + +
{ _("optionsBridgeStatsName") }{ bridgeInfo.name }
{ _("optionsBridgeStatsVersion") } { bridgeInfo.version }