upd: add caption to deeplx url input

This commit is contained in:
Marie 2024-01-26 21:35:55 +01:00
parent 074c47fdf8
commit 83f1c596b0
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkInput v-if="deeplFreeMode" v-model="deeplFreeInstance" :placeholder="'example.com/translate'">
<template #prefix>https://</template>
<template #label>DeepLX-JS URL</template>
<template #caption>Need Help? Check our documentation to know how to setup DeepLX-JS.</template>
</MkInput>
</div>
</FormSection>