make sure its not checked for akkoma

This commit is contained in:
cutestnekoaqua 2023-03-30 17:52:38 +02:00
parent 897b5f928d
commit 021e86a0ab
No known key found for this signature in database
GPG Key ID: 6BF0964A5069C1E0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<template #label>{{ i18n.ts.import }}</template> <template #label>{{ i18n.ts.import }}</template>
<template #icon><i class="ph-upload-simple ph-bold ph-lg"></i></template> <template #icon><i class="ph-upload-simple ph-bold ph-lg"></i></template>
<FormSwitch v-model="signatureCheck" class="_formBlock"> <FormSwitch v-model="signatureCheck" class="_formBlock">
Mastodon import? Mastodon import? (not Akkoma!)
</FormSwitch> </FormSwitch>
<MkButton primary :class="$style.button" inline @click="importPosts($event)"><i class="ph-upload-simple ph-bold ph-lg"></i> {{ i18n.ts.import }}</MkButton> <MkButton primary :class="$style.button" inline @click="importPosts($event)"><i class="ph-upload-simple ph-bold ph-lg"></i> {{ i18n.ts.import }}</MkButton>
</FormFolder> </FormFolder>