mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Change wording of group history in settings
This commit is contained in:
parent
8b52548016
commit
c1f32674dc
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue