HD-12 Changed "Hyperspace" strings in the about page to "Hyperspace Desktop"

This commit is contained in:
audmaxwell 2019-11-11 17:09:20 -05:00
parent f9945250ed
commit 448a10ef6f
3 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "hyperspace",
"version": "1.0.0",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "hyperspace",
"productName": "Hyperspace",
"productName": "Hyperspace Desktop",
"version": "1.0.3",
"description": "A beautiful, fluffy client for the fediverse",
"author": "Marquis Kurt <hyperspacedev@marquiskurt.net>",

View File

@ -139,7 +139,7 @@ class AboutPage extends Component<any, IAboutPageState> {
<Typography variant="h4" component="p">
{this.state.brandName
? this.state.brandName
: "Hyperspace"}
: "Hyperspace Desktop"}
</Typography>
<Typography>
Version{" "}
@ -470,7 +470,7 @@ class AboutPage extends Component<any, IAboutPageState> {
developers. All rights reserved.
</Typography>
<Typography variant="caption" paragraph>
{this.state ? this.state.brandName : "Hyperspace"} is
{this.state ? this.state.brandName : "Hyperspace"} Desktop is
made possible by the{" "}
<Link
href={"https://material-ui.com"}