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", "name": "hyperspace",
"version": "1.0.0", "version": "1.0.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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

View File

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