Merge pull request #305 from thelounge/astorije/wording

Minor wording changes for better clarity
This commit is contained in:
Pavel Djundik 2016-05-08 10:46:19 +03:00
commit de6f25f14c
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@
<div class="col-sm-6">
<label class="opt">
<input type="checkbox" name="motd">
Show motd
Show <abbr title="Message Of The Day">MOTD</abbr>
</label>
</div>
<div class="col-sm-6">

View File

@ -12,7 +12,7 @@
<div class="chat">
<div class="show-more {{#equal messages.length 100}}show{{/equal}}">
<button class="show-more-button" data-id="{{id}}">
Show more
Show older messages
</button>
</div>
<div class="messages"></div>