rename title and many places to "Gift Economies"

This commit is contained in:
2026-01-21 20:16:03 -07:00
parent 077f45f900
commit a04730cd64
9 changed files with 33 additions and 48 deletions

View File

@@ -6,8 +6,8 @@
export enum AppString {
// This is used in titles and verbiage inside the app.
// There is also an app name without spaces, for packaging in the package.json file used in the manifest.
APP_NAME = "Time Safari",
APP_NAME_NO_SPACES = "TimeSafari",
APP_NAME = "Gift Economies",
APP_NAME_NO_SPACES = "GiftEconomies",
PROD_ENDORSER_API_SERVER = "https://api.endorser.ch",
TEST_ENDORSER_API_SERVER = "https://test-api.endorser.ch",