Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix title typo. #4628

Merged
merged 4 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading