From ba20aa7253e1749d9de524c1830f7b921f98d76f Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Sat, 23 Feb 2019 20:40:18 +0100 Subject: [PATCH] style: change labels on global toggles Following suggestion from https://github.com/ipfs-shipyard/ipfs-companion/pull/687#issuecomment-466097214 --- add-on/_locales/en/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/add-on/_locales/en/messages.json b/add-on/_locales/en/messages.json index 96bd07812..7ff048cab 100644 --- a/add-on/_locales/en/messages.json +++ b/add-on/_locales/en/messages.json @@ -8,11 +8,11 @@ "description": "A label for IPFS icon (panel_headerIpfsNodeIconLabel)" }, "panel_headerActiveToggleTitle": { - "message": "Global toggle: Suspend all IPFS integrations", + "message": "Toggle all IPFS integrations", "description": "A label for an embedded IPFS node (panel_headerActiveToggleTitle)" }, "panel_headerRedirectToggleTitle": { - "message": "Global toggle: Stop all gateway redirections", + "message": "Toggle all gateway redirections", "description": "A label for an embedded IPFS node (panel_headerActiveToggleTitle)" }, "panel_statusOffline": {