mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-29 02:30:51 +00:00
Add title of the send message text field to translations
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user