Change wording of group history in settings
This commit is contained in:
@@ -86,9 +86,9 @@ available_notification_agents = notifiers.available_notification_agents()
|
|||||||
</div>
|
</div>
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<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>
|
</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>
|
</div>
|
||||||
<p><input type="button" class="btn btn-bright save-button" value="Save" data-success="Changes saved successfully"></p>
|
<p><input type="button" class="btn btn-bright save-button" value="Save" data-success="Changes saved successfully"></p>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user