diff --git a/backend/package.json b/backend/package.json index 696aeab62c06828f0b4f5a3bf15adb617d611499..59c043cba64a4fcdcdfd630b13630ececf81e658 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,7 +1,7 @@ { "name": "oetzit-backend", "version": "0.7.0", - "description": "Ötzi game backend.", + "description": "Ötzit! backend.", "main": "src/index.js", "scripts": { "build": "tsc", diff --git a/backend/src/index.ts b/backend/src/index.ts index f1bd02f0cd4bd2a539241ec14979c8cdc13756d8..181bf53c0d077318fc962c46050ca1bfb575354e 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -25,8 +25,8 @@ server.register(fastifySwagger, { routePrefix: "/api/doc", swagger: { info: { - title: "Ötzi", - description: "Ötzi app backend API", + title: "Ötzit!", + description: "Ötzit! backend API", version: "0.1.0", }, host: "localhost:8080", diff --git a/backend/templates/dashboard.ejs b/backend/templates/dashboard.ejs index 44f8ec2a991b538e7f2988efb21659d49d930972..f9c7e0134c6964bea1f9c488c2592883b81d1216 100644 --- a/backend/templates/dashboard.ejs +++ b/backend/templates/dashboard.ejs @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="./public/favicon.png"> - <title>Ötzi Game Dashboard</title> + <title>Ötzit! dashboard</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/css/bootstrap.min.css" integrity="sha512-GQGU0fMMi238uA+a/bdWJfpUGKUkBdgfFdgBm72SUQ6BeyWjoY/ton0tEjH+OSH9iP4Dfh+7HM0I9f5eR0L/4w==" @@ -27,7 +27,7 @@ <body> <header class="navbar navbar-dark bg-dark p-1"> - <a class="navbar-brand px-2" href="#">Ötzi Game Dashboard</a> + <a class="navbar-brand px-2" href="#">Ötzit! dashboard</a> <span class="text-light px-2"> <%= appVersion %> </span> diff --git a/frontend/package.json b/frontend/package.json index 8ed39dc33b481a92677d61500c61905b925a355a..a8874d5d66e3f69da0c1b4a9fe5c09b2ccf0a008 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "oetzit-backend", "version": "0.7.0", - "description": "Ötzi game frontend.", + "description": "Ötzit! frontend.", "license": "MIT", "scripts": { "serve": "parcel serve src/index.html", diff --git a/frontend/src/index.html b/frontend/src/index.html index 5b3a077a9726538395f80017c45a97da8aa9125d..c70255d18bc844f16118283620063a551e5570b5 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -7,7 +7,7 @@ <link href="css/main.scss" rel="stylesheet"> <script type="module" src="js/rollbar.ts"></script> <script type="module" src="js/main.ts"></script> - <title>Ötzi App</title> + <title>Ötzit!</title> </head> <body> diff --git a/frontend/src/js/welcome_scene.ts b/frontend/src/js/welcome_scene.ts index fc8433437b9e421968b54abc7e007bcd58cceba9..a67d73f2e8efbb65a8161f755ee5dcc31684b86d 100644 --- a/frontend/src/js/welcome_scene.ts +++ b/frontend/src/js/welcome_scene.ts @@ -35,7 +35,7 @@ export default class WelcomeScene extends Phaser.Scene { } drawTitle() { - const text = "ÖTZI\nGAME"; + const text = "ÖTZIT!"; const title = this.add.text(0, 0, text, { fontFamily: "Courier", fontSize: "64px",