feat(webui): remove early feature warning (extension repair, convert to cbz)

This commit is contained in:
Gauthier Roebroeck 2021-06-23 09:58:09 +08:00
parent 3d159d16b2
commit 6af6f5be40
2 changed files with 1 additions and 5 deletions

View file

@ -196,7 +196,6 @@
</template>
</v-checkbox>
<v-alert type="warning" text class="text-subtitle-2 mt-4">{{ $t('dialog.edit_library.warning_early_feature_repair_extensions') }}</v-alert>
<v-checkbox
v-model="form.repairExtensions"
:label="$t('dialog.edit_library.field_repair_extensions')"
@ -204,7 +203,6 @@
class="mx-4"
/>
<v-alert type="warning" text class="text-subtitle-2 mt-4">{{ $t('dialog.edit_library.warning_early_feature_convert_to_cbz') }}</v-alert>
<v-checkbox
v-model="form.convertToCbz"
:label="$t('dialog.edit_library.field_convert_to_cbz')"

View file

@ -325,9 +325,7 @@
"label_import_local": "Import local media assets",
"label_scanner": "Scanner",
"tab_general": "General",
"tab_options": "Options",
"warning_early_feature_convert_to_cbz": "Book conversion is still an early feature, and must be used with caution. Make sure your files are backed up before using it.",
"warning_early_feature_repair_extensions": "Repair file extension is still an early feature, and must be used with caution. Make sure your files are backed up before using it."
"tab_options": "Options"
},
"edit_readlist": {
"button_cancel": "Cancel",