diff --git a/package.json b/package.json
index 4b9d2c212d..140cf6a76d 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": [
{
@@ -256,6 +256,7 @@
"@types/js-cookie": "^2.2.7",
"@types/lodash.get": "^4.4.6",
"@types/lodash.memoize": "^4.1.6",
+ "@types/lodash.uniqwith": "^4.5.6",
"@types/node": "^16.9.1",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.9",
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.