HD-12 Changed "Hyperspace" strings in the about page to "Hyperspace Desktop"
This commit is contained in:
parent
f9945250ed
commit
448a10ef6f
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hyperspace",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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"}
|
||||
|
|
Loading…
Reference in New Issue