mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 16:03:07 +02:00
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'">
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue