mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
Merge pull request #1710 from ether/remove-chat-trans
no need for the language string on that div
This commit is contained in:
commit
7cbce4543e
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@
|
||||||
<% e.end_block(); %>
|
<% e.end_block(); %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="chaticon" onclick="chat.show();return false;" data-l10n-id="pad.chat">
|
<div id="chaticon" onclick="chat.show();return false;">
|
||||||
<span id="chatlabel" data-l10n-id="pad.chat"></span>
|
<span id="chatlabel" data-l10n-id="pad.chat"></span>
|
||||||
<span class="buttonicon buttonicon-chat"></span>
|
<span class="buttonicon buttonicon-chat"></span>
|
||||||
<span id="chatcounter">0</span>
|
<span id="chatcounter">0</span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue