diff --git a/cmd/gateway/main.go b/cmd/gateway/main.go
index e1440a4c..0c3983ac 100644
--- a/cmd/gateway/main.go
+++ b/cmd/gateway/main.go
@@ -324,10 +324,10 @@ func main() {
Concurrent Domain - `+config.Concrnt.FQDN+`
Yay! You're on ccgateway!
- You might looking for concurrent.world .
+ You might looking for concrnt.world .
This domain is currently registration: `+config.Concrnt.Registration+`
Information
- CDID: `+conconf.CCID+`
+ CSID: `+conconf.CSID+`
Services
`+func() string {
diff --git a/web/index.html b/web/index.html
index 004fa465..48140c3e 100644
--- a/web/index.html
+++ b/web/index.html
@@ -4,7 +4,7 @@
- Concurrent Domain
+ Concrnt Domain
diff --git a/web/src/pages/Welcome.tsx b/web/src/pages/Welcome.tsx
index 4461b5e6..32e6c9f0 100644
--- a/web/src/pages/Welcome.tsx
+++ b/web/src/pages/Welcome.tsx
@@ -2,7 +2,7 @@
export const Welcome = (): JSX.Element => {
return (
- <>You might looking for Concurrent World >
+ <>You might looking for Concrnt World >
)
}