mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-31 11:52:20 +00:00
fix
This commit is contained in:
parent
b3c089b246
commit
42c44a2ba1
2 changed files with 3 additions and 3 deletions
|
@ -105,7 +105,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<h3 class="header center">Translation API</h3>
|
||||
<div class="col s12 mb-1" v-if="disableFilesTranslation === false">
|
||||
<div class="col s12 mb-1" v-if="filesTranslation === true">
|
||||
<button type="button" class="btn btn-switch-type" @click="switchType('text')" :class="{'active': translationType === 'text'}"><i class="material-icons left">title</i>Translate text</button>
|
||||
<button type="button" class="btn btn-switch-type" @click="switchType('files')" :class="{'active': translationType === 'files'}"><i class="material-icons left">description</i>Translate files</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue