chore: fix naming of application index.html

chore: changing loading label
This commit is contained in:
André Neves 2019-01-10 22:58:14 -05:00
parent 74ec77501a
commit f52995e3c0
2 changed files with 2 additions and 2 deletions

View File

@ -47,6 +47,6 @@ export const LoadingScreen = ({ progress }: { progress: number }) => (
bgColor={theme.colors.inactiveItem}
/>
</CircleWrapper>
<TextComponent value='Zcash Application Starting' />
<TextComponent value='ZEC Wallet Starting' />
</Wrapper>
);

View File

@ -19,7 +19,7 @@
}
</style>
<title>Zcash Reference Wallet</title>
<title>ZEC Wallet</title>
</head>
<body>
<noscript> You need to enable JavaScript to run this app. </noscript>