Skip to content

Commit

Permalink
fix(project): type description in initialize new project
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Oct 18, 2021
1 parent 05b4845 commit 09a874f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editor/aside/project/AsideProjectNew.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
const subject = ref(t('editor.aside.project.new.content.subject'))
const type = ref(t('editor.aside.project.new.types.blank.title'))
const typeDescription = ref(t('editor.aside.project.new.types.blank.title'))
const typeDescription = ref(t('editor.aside.project.new.types.blank.description'))
const onTypeClick = (define: string) => {
type.value = t(`editor.aside.project.new.types.${define}.title`)
Expand Down

0 comments on commit 09a874f

Please sign in to comment.