upd: add caption to deeplx url input
This commit is contained in:
parent
074c47fdf8
commit
83f1c596b0
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<MkInput v-if="deeplFreeMode" v-model="deeplFreeInstance" :placeholder="'example.com/translate'">
|
<MkInput v-if="deeplFreeMode" v-model="deeplFreeInstance" :placeholder="'example.com/translate'">
|
||||||
<template #prefix>https://</template>
|
<template #prefix>https://</template>
|
||||||
<template #label>DeepLX-JS URL</template>
|
<template #label>DeepLX-JS URL</template>
|
||||||
|
<template #caption>Need Help? Check our documentation to know how to setup DeepLX-JS.</template>
|
||||||
</MkInput>
|
</MkInput>
|
||||||
</div>
|
</div>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
|
|
Loading…
Reference in a new issue