mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-04-21 06:19:15 +00:00
Removes duplicated aria-label
This commit is contained in:
parent
c119dd9427
commit
696fec530b
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@
|
||||||
{{ _h("Text to translate") }}
|
{{ _h("Text to translate") }}
|
||||||
</label>
|
</label>
|
||||||
<textarea id="textarea1" :maxLength="charactersLimit" v-model="inputText" @input="handleInput" ref="inputTextarea" dir="auto"></textarea>
|
<textarea id="textarea1" :maxLength="charactersLimit" v-model="inputText" @input="handleInput" ref="inputTextarea" dir="auto"></textarea>
|
||||||
<button class="btn-delete-text" title="{{ _h('Delete text') }}" aria-label="{{ _h('Delete text') }}" aria-label="Delete text" @click="deleteText">
|
<button class="btn-delete-text" title="{{ _h('Delete text') }}" aria-label="{{ _h('Delete text') }}" @click="deleteText">
|
||||||
<i class="material-icons">close</i>
|
<i class="material-icons">close</i>
|
||||||
</button>
|
</button>
|
||||||
<div class="characters-limit-container" v-if="charactersLimit !== -1">
|
<div class="characters-limit-container" v-if="charactersLimit !== -1">
|
||||||
|
|
Loading…
Add table
Reference in a new issue