Skip to content

Commit

Permalink
Fix title typo. (#4628)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzjin authored Mar 27, 2024
1 parent 307e868 commit 2085ee6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion controllers/app/deploy/appexample/cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
namespace: app-system
spec:
data:
desc: sealos Cloud Kubernetes Dashboard
desc: Sealos Cloud Kubernetes Dashboard
url: ""
icon: /images/kubernetes.svg
menuData:
Expand Down
4 changes: 2 additions & 2 deletions deploy/registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ sequenceDiagram

## Pre-Requirements

1. [sealos Cloud](../cloud/README.md) for auth.
2. [sealos clxuster](./install_base_server.md) for registry.
1. [Sealos Cloud](../cloud/README.md) for auth.
2. [Sealos Cluster](./install_base_server.md) for registry.

### A running sealos kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion frontend/desktop/deploy/manifests/deploy.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data:
"backgroundImageUrl": '/images/bg-blue.svg',
"imageFallBackUrl": 'logo.svg',
"title": 'Sealos',
"metaTitle": 'sealos Cloud',
"metaTitle": 'Sealos Cloud',
"metaDescription": 'sealos cloud dashboard',
"showGithubStar": true
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/desktop/src/pages/api/platform/getSystemConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const defaultConfig: SystemConfigType = {
backgroundImageUrl: '/images/bg-blue.svg',
imageFallBackUrl: 'logo.svg',
title: 'Sealos',
metaTitle: 'sealos Cloud',
metaTitle: 'Sealos Cloud',
metaDescription: 'sealos cloud dashboard',
showGithubStar: true,
isSystemConfigEnabled: true
Expand Down
2 changes: 1 addition & 1 deletion service/license/src/components/Signin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default function SigninComponent() {
>
<Background />
<Head>
<title>sealos Cloud</title>
<title>Sealos Cloud</title>
<meta name="description" content="sealos cloud dashboard" />
</Head>
<Flex h="full" w="full" flexDir={'column'} justifyContent={'center'} alignItems={'center'}>
Expand Down
2 changes: 1 addition & 1 deletion service/license/src/components/signin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default function SigninComponent() {
>
<Background />
<Head>
<title>sealos Cloud</title>
<title>Sealos Cloud</title>
<meta name="description" content="sealos cloud dashboard" />
</Head>
<Flex h="full" w="full" flexDir={'column'} justifyContent={'center'} alignItems={'center'}>
Expand Down

0 comments on commit 2085ee6

Please sign in to comment.