From 27ee5a8e8c1c09673f50467fe19cf4469ebec4f9 Mon Sep 17 00:00:00 2001
From: katspaugh <381895+katspaugh@users.noreply.github.com>
Date: Mon, 22 Nov 2021 17:56:02 +0100
Subject: [PATCH 1/2] Fix: remove Multisig from copy
---
package.json | 4 ++--
src/components/AppLayout/AppLayout.stories.tsx | 2 +-
src/routes/welcome/Welcome.tsx | 6 +++---
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package.json b/package.json
index 4b9d2c212d..570f2d9c03 100644
--- a/package.json
+++ b/package.json
@@ -71,12 +71,12 @@
"!src/**/assets/**"
]
},
- "productName": "Safe Multisig",
+ "productName": "Safe",
"build": {
"appId": "io.gnosis.safe",
"afterSign": "scripts/notarize.js",
"extends": null,
- "productName": "Safe Multisig",
+ "productName": "Safe",
"asar": true,
"publish": [
{
diff --git a/src/components/AppLayout/AppLayout.stories.tsx b/src/components/AppLayout/AppLayout.stories.tsx
index 3d358cca89..b0d0d896a9 100644
--- a/src/components/AppLayout/AppLayout.stories.tsx
+++ b/src/components/AppLayout/AppLayout.stories.tsx
@@ -6,7 +6,7 @@ export default {
title: 'Layout',
component: Layout,
parameters: {
- componentSubtitle: 'It provides a custom layout used in Safe Multisig',
+ componentSubtitle: 'It provides a custom layout used in Safe',
},
}
diff --git a/src/routes/welcome/Welcome.tsx b/src/routes/welcome/Welcome.tsx
index 9d0e2fce92..82e0977dc4 100644
--- a/src/routes/welcome/Welcome.tsx
+++ b/src/routes/welcome/Welcome.tsx
@@ -26,7 +26,7 @@ function Welcome(): ReactElement {
Create Safe
- Create a new Safe Multisig that is controlled by one or multiple owners.
+ Create a new Safe that is controlled by one or multiple owners.
You will be required to pay a network fee for creating your new Safe.