From 6a1b17d5a9bfaa7576b83484578efebb9d3d8e56 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Wed, 9 Nov 2016 11:53:40 +0100 Subject: [PATCH] Change to more common focused spelling (#3264) --- js/src/views/Settings/Views/defaults.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/src/views/Settings/Views/defaults.js b/js/src/views/Settings/Views/defaults.js index 819e3938d..dce593d2b 100644 --- a/js/src/views/Settings/Views/defaults.js +++ b/js/src/views/Settings/Views/defaults.js @@ -58,7 +58,7 @@ const defaultViews = { label: 'Contracts', route: '/contracts', value: 'contract', - description: 'Watch and interact with specific contracts that have been deployed on the network. This is a more technically-focussed environment, specifically for advanced users that understand the inner working of certain contracts.' + description: 'Watch and interact with specific contracts that have been deployed on the network. This is a more technically-focused environment, specifically for advanced users that understand the inner working of certain contracts.' }, status: { @@ -77,7 +77,7 @@ const defaultViews = { label: 'Signer', route: '/signer', value: 'signer', - description: 'The security focussed area of the application where you can approve any outgoing transactions made from the application as well as those placed into the queue by distributed applications.' + description: 'The secure transaction management area of the application where you can approve any outgoing transactions made from the application as well as those placed into the queue by distributed applications.' }, settings: {