diff --git a/package.json b/package.json index 96218e14..c6635494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coriolis_shipyard", - "version": "2.1.1", + "version": "2.1.2", "repository": { "type": "git", "url": "https://github.com/cmmcleod/coriolis" diff --git a/src/app/Coriolis.jsx b/src/app/Coriolis.jsx index 845d17fa..ad17d1d5 100644 --- a/src/app/Coriolis.jsx +++ b/src/app/Coriolis.jsx @@ -291,7 +291,7 @@ export default class Coriolis extends React.Component { { this.state.tooltip } ; diff --git a/src/app/pages/AboutPage.jsx b/src/app/pages/AboutPage.jsx index b7523015..ed8771c9 100644 --- a/src/app/pages/AboutPage.jsx +++ b/src/app/pages/AboutPage.jsx @@ -24,10 +24,11 @@ export default class AboutPage extends Page { */ renderPage() { return
-

Coriolis

+

Coriolis EDCD Edition

+

This is a clone of the Coriolis project, whose original author is currently unable to maintain it. This clone is maintained by the EDCD community.

+

To recover your builds, go to https://coriolis.io/, backup your builds (Settings / Backup), copy the text, return here and import (Settings / Import).

The Coriolis project was inspired by E:D Shipyard and, of course, Elite Dangerous. The ultimate goal of Coriolis is to provide rich features to support in-game play and planning while engaging the E:D community to support its development.

-

Coriolis was created using assets and imagery from Elite: Dangerous, with the permission of Frontier Developments plc, for non-commercial purposes. It is not endorsed by nor reflects the views or opinions of Frontier Developments.

@@ -48,7 +49,7 @@ export default class AboutPage extends Page {

Help keep the lights on! Donations will be used to cover costs of running and maintaining Coriolis. Thanks for helping!

Chat

-

You can chat to us on our EDCD Discord server.

+

You can chat to us on our EDCD Discord server.

; } } diff --git a/src/app/pages/ComparisonPage.jsx b/src/app/pages/ComparisonPage.jsx index 07913028..1ab50fd6 100644 --- a/src/app/pages/ComparisonPage.jsx +++ b/src/app/pages/ComparisonPage.jsx @@ -131,7 +131,7 @@ export default class ComparisonPage extends Page { builds.sort(sortBy(predicate)); return { - title: 'Coriolis - Compare', + title: 'Coriolis EDCD Edition - Compare', predicate, desc, facets, diff --git a/src/app/pages/ShipyardPage.jsx b/src/app/pages/ShipyardPage.jsx index 3ac36eb8..0dc32244 100644 --- a/src/app/pages/ShipyardPage.jsx +++ b/src/app/pages/ShipyardPage.jsx @@ -82,7 +82,7 @@ export default class ShipyardPage extends Page { } this.state = { - title: 'Coriolis - Shipyard', + title: 'Coriolis EDCD Edition - Shipyard', shipPredicate: 'name', shipDesc: true, shipSummaries: ShipyardPage.cachedShipSummaries @@ -241,7 +241,7 @@ export default class ShipyardPage extends Page { return (
-

This is a temporary clone of http://coriolis.io/ with added support for E:D 2.1. For more info see Settings / About

+

This is Coriolis EDCD Edition - a temporary clone of https://coriolis.io/ with added support for E:D 2.1. For more info see Settings / About

diff --git a/src/index.html b/src/index.html old mode 100755 new mode 100644 index 8ba49621..99cd1b18 --- a/src/index.html +++ b/src/index.html @@ -1,7 +1,7 @@ - Coriolis + Coriolis EDCD Edition