1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-10-02 09:30:11 +02:00

Fix quotation

This commit is contained in:
Piero Toffanin 2023-01-06 13:02:20 -05:00 committed by GitHub
parent bdbf50f7cc
commit a17ef40981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@
<form id="translation-form" class="col s12">
<div class="row mb-0">
<div class="col s6 language-select">
<span id="sourceLangLabel>Translate from</span>
<span id="sourceLangLabel">Translate from</span>
<span v-if="detectedLangText !== ''">[[ detectedLangText ]]</span>
<select aria-labelledby="sourceLangLabel" class="browser-default" v-model="sourceLang" ref="sourceLangDropdown" @change="handleInput">
<template v-for="option in langs">