Skip to content

Commit

Permalink
fix: change title
Browse files Browse the repository at this point in the history
  • Loading branch information
leavelet committed Aug 29, 2024
1 parent 1e1102d commit d5015a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Blank/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class BlankLayout extends Component {
}

get title() {
const { title = { zh: t('Cloud'), en: 'Cloud' } } = this.info;
const { title = { zh: t('PKU CLab'), en: 'PKU CLab' } } = this.info;
const { getLocaleShortName } = i18n;
const language = getLocaleShortName();
return title[language] || t('Cloud') || 'Cloud';
Expand Down

0 comments on commit d5015a1

Please sign in to comment.