diff --git a/backend/app/api/handlers/v1/controller.go b/backend/app/api/handlers/v1/controller.go
index 718634a..bf14a9d 100644
--- a/backend/app/api/handlers/v1/controller.go
+++ b/backend/app/api/handlers/v1/controller.go
@@ -103,7 +103,7 @@ func (ctrl *V1Controller) HandleBase(ready ReadyFunc, build Build) errchain.Hand
return server.JSON(w, http.StatusOK, ApiSummary{
Healthy: ready(),
Title: "Homebox",
- Message: "Track, Manage, and Organize your shit",
+ Message: "Track, Manage, and Organize your Things",
Build: build,
Demo: ctrl.isDemo,
AllowRegistration: ctrl.allowRegistration,
diff --git a/backend/app/api/main.go b/backend/app/api/main.go
index b7c18ac..d966a48 100644
--- a/backend/app/api/main.go
+++ b/backend/app/api/main.go
@@ -37,7 +37,7 @@ var (
// @title Homebox API
// @version 1.0
-// @description Track, Manage, and Organize your Shit.
+// @description Track, Manage, and Organize your Things.
// @contact.name Don't
// @license.name MIT
// @BasePath /api
diff --git a/backend/app/api/static/docs/docs.go b/backend/app/api/static/docs/docs.go
index 03d0ab1..b927d87 100644
--- a/backend/app/api/static/docs/docs.go
+++ b/backend/app/api/static/docs/docs.go
@@ -2822,7 +2822,7 @@ var SwaggerInfo = &swag.Spec{
BasePath: "/api",
Schemes: []string{},
Title: "Homebox API",
- Description: "Track, Manage, and Organize your Shit.",
+ Description: "Track, Manage, and Organize your Things.",
InfoInstanceName: "swagger",
SwaggerTemplate: docTemplate,
}
diff --git a/backend/app/api/static/docs/swagger.json b/backend/app/api/static/docs/swagger.json
index 8c6a248..d5e71d2 100644
--- a/backend/app/api/static/docs/swagger.json
+++ b/backend/app/api/static/docs/swagger.json
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
- "description": "Track, Manage, and Organize your Shit.",
+ "description": "Track, Manage, and Organize your Things.",
"title": "Homebox API",
"contact": {
"name": "Don't"
diff --git a/backend/app/api/static/docs/swagger.yaml b/backend/app/api/static/docs/swagger.yaml
index c458fa6..ccdb538 100644
--- a/backend/app/api/static/docs/swagger.yaml
+++ b/backend/app/api/static/docs/swagger.yaml
@@ -701,7 +701,7 @@ definitions:
info:
contact:
name: Don't
- description: Track, Manage, and Organize your Shit.
+ description: Track, Manage, and Organize your Things.
license:
name: MIT
title: Homebox API
diff --git a/docs/docs/api/openapi-2.0.json b/docs/docs/api/openapi-2.0.json
index 8c6a248..d5e71d2 100644
--- a/docs/docs/api/openapi-2.0.json
+++ b/docs/docs/api/openapi-2.0.json
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
- "description": "Track, Manage, and Organize your Shit.",
+ "description": "Track, Manage, and Organize your Things.",
"title": "Homebox API",
"contact": {
"name": "Don't"
diff --git a/frontend/pages/index.vue b/frontend/pages/index.vue
index 8e79b19..614a826 100644
--- a/frontend/pages/index.vue
+++ b/frontend/pages/index.vue
@@ -133,7 +133,7 @@
Track, Organize, and Manage your Shit.
+Track, Organize, and Manage your Things.