diff --git a/index.html b/index.html
index 48d04d242838a0af8891ee79b127695b46798079..2ca1ae971289de4d6fec571d55a0c8172048dff3 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
     <meta charset="UTF-8">
     <link rel="icon" href="/src/assets/Sparesti-logo.png">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Sparesti</title>
+    <title>SpareSti</title>
   </head>
   <body>
     <div id="app"></div>
diff --git a/spec.json b/spec.json
index c73c99bf2f2f50328ca00a7f76b5fb625f4ef4ec..cf418500d427b441405eccfe8b7b72655ddbd9a6 100644
--- a/spec.json
+++ b/spec.json
@@ -1,8 +1,8 @@
 {
   "openapi": "3.0.1",
   "info": {
-    "title": "Sparesti API",
-    "description": "The Sparesti API",
+    "title": "SpareSti API",
+    "description": "The SpareSti API",
     "version": "3.0"
   },
   "servers": [
diff --git a/src/components/Login/Login.vue b/src/components/Login/Login.vue
index ce6ca5dce56e3a61e748c5bf315e634ae7648508..bacabbcef217d37c525a4ae92d8e06aff2e2e23f 100644
--- a/src/components/Login/Login.vue
+++ b/src/components/Login/Login.vue
@@ -4,7 +4,7 @@ import LoginForm from '@/components/Login/LoginForm.vue'
 
 <template>
   <div class="containers">
-    <h1 class="title">Sparesti</h1>
+    <h1 class="title">SpareSti</h1>
     <div class="box">
       <LoginForm/>
     </div>
diff --git a/src/components/SignUp/SignUp.vue b/src/components/SignUp/SignUp.vue
index 5f518158af6710d9feae452d294f9a9f273de1ca..b0c7d67db691ba0be33be137210b6f580786e9c5 100644
--- a/src/components/SignUp/SignUp.vue
+++ b/src/components/SignUp/SignUp.vue
@@ -4,7 +4,7 @@ import SignUpForm from '@/components/SignUp/SignUpForm.vue'
 
 <template>
   <div class="containers">
-    <h1 class="title">Sparesti</h1>
+    <h1 class="title">SpareSti</h1>
     <div class="box">
       <SignUpForm />
     </div>