Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor wording changes for better clarity #305

Merged
merged 2 commits into from May 8, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/index.html
Expand Up @@ -179,7 +179,7 @@ <h2>Messages</h2>
<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">
Expand Down
2 changes: 1 addition & 1 deletion client/views/chat.tpl
Expand Up @@ -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>
Expand Down