Removes duplicated aria-label

This commit is contained in:
urzparat
2025-02-27 12:46:53 +01:00
committed by GitHub
parent c119dd9427
commit 696fec530b
+1 -1
View File
@@ -212,7 +212,7 @@
{{ _h("Text to translate") }}
</label>
<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>
</button>
<div class="characters-limit-container" v-if="charactersLimit !== -1">