Skip to content

Commit

Permalink
chore(frontend): API設定項目の名前をきちんとサービスの名前で表記する (misskey-dev#12753)
Browse files Browse the repository at this point in the history
  • Loading branch information
nafu-at authored and camilla-ett committed Jan 2, 2024
1 parent f38b652 commit 61b8c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/pages/admin/security.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #label>Enable</template>
</MkSwitch>
<MkSwitch v-model="enableVerifymailApi" @update:modelValue="save">
<template #label>Use Verifymail API</template>
<template #label>Use Verifymail.io API</template>
</MkSwitch>
<MkInput v-model="verifymailAuthKey" @update:modelValue="save">
<template #prefix><i class="ti ti-key"></i></template>
<template #label>Verifymail API Auth Key</template>
<template #label>Verifymail.io API Auth Key</template>
</MkInput>
</div>
</MkFolder>
Expand Down

0 comments on commit 61b8c91

Please sign in to comment.