Skip to content

Commit

Permalink
fix: 修复开放源代码许可弹窗标题
Browse files Browse the repository at this point in the history
  • Loading branch information
typed-sigterm committed Nov 1, 2024
1 parent 3278c91 commit 91974e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/components/settings/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ function checkUpdate() {

<template>
<div class="flex items-center">
<LinkToModal
:modal-title="t('3rd-party-licenses-title')"
@click="loadLicenses = true"
>
<LinkToModal @click="loadLicenses = true">
{{ t('3rd-party-licenses') }}
<template #modalTitle>
{{ t('3rd-party-licenses-title') }}
</template>
<template #modalContent>
<LazyLicenses v-if="loadLicenses" />
</template>
Expand Down

0 comments on commit 91974e3

Please sign in to comment.