Add title of the send message text field to translations

This commit is contained in:
schlagmichdoch 2023-10-11 20:23:41 +02:00
parent cd669b13d9
commit 81d85d0cc6
4 changed files with 4 additions and 2 deletions

View file

@ -417,7 +417,7 @@
</div>
<div class="row">
<div class="column fw">
<div id="text-input" title="Message" class="textarea" role="textbox" autocapitalize="none" spellcheck="false" autofocus contenteditable></div>
<div id="text-input" class="textarea" role="textbox" data-i18n-key="dialogs.message" data-i18n-attrs="title" autocapitalize="none" spellcheck="false" autofocus contenteditable></div>
</div>
</div>
<div class="button-row row-reverse">