Change wording of group history in settings

This commit is contained in:
Jonathan Wong 2015-09-28 00:35:30 -07:00
commit c1f32674dc

View file

@ -86,9 +86,9 @@ available_notification_agents = notifiers.available_notification_agents()
</div>
<div class="checkbox">
<label>
<input type="checkbox" id="group_history_tables" name="group_history_tables" value="1" ${config['group_history_tables']}> Group table history
<input type="checkbox" id="group_history_tables" name="group_history_tables" value="1" ${config['group_history_tables']}> Group Table History
</label>
<p class="help-block">Group successive play history as a single entry in tables.</p>
<p class="help-block">Group successive play history by the same user as a single entry in tables.</p>
</div>
<p><input type="button" class="btn btn-bright save-button" value="Save" data-success="Changes saved successfully"></p>
</div>