diff --git a/js/components/whitelabel/wallet/components/23vivi/23vivi_landing.js b/js/components/whitelabel/wallet/components/23vivi/23vivi_landing.js
index ebf2108d..302495a0 100644
--- a/js/components/whitelabel/wallet/components/23vivi/23vivi_landing.js
+++ b/js/components/whitelabel/wallet/components/23vivi/23vivi_landing.js
@@ -18,7 +18,7 @@ let Vivi23Landing = React.createClass({
},
componentWillMount() {
- setDocumentTitle('23vivi Marketplace');
+ setDocumentTitle('23VIVI Marketplace');
},
componentDidMount() {
@@ -42,7 +42,7 @@ let Vivi23Landing = React.createClass({
- {getLangText('Artwork from the 23vivi Marketplace is powered by') + ' '}
+ {getLangText('Artwork from the 23VIVI Marketplace is powered by') + ' '}
diff --git a/js/constants/application_constants.js b/js/constants/application_constants.js
index 1a80c9b1..74edc51b 100644
--- a/js/constants/application_constants.js
+++ b/js/constants/application_constants.js
@@ -60,7 +60,7 @@ const constants = {
},
{
'subdomain': '23vivi',
- 'name': '23vivi',
+ 'name': '23VIVI',
'logo': 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/23vivi/23vivi-logo.png',
'permissions': ['register', 'edit', 'share', 'del_from_collection'],
'type': 'wallet'