Renaming private mode to local mode

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-23 18:37:07 +02:00
parent a9edf426e9
commit f9359636a3
7 changed files with 12 additions and 12 deletions

View File

@@ -178,14 +178,14 @@
<li class="no-padding offline-panel">
<ul class="collapsible collapsible-accordion">
<li>
<a class="collapsible-header bold waves-effect">Private Mode
<a class="collapsible-header bold waves-effect">Local Mode
<i class="material-icons">visibility_off</i>
</a>
<div class="collapsible-body">
<ul>
<li>
<span class="switch-text">
Private Mode
Local Mode
</span>
<div class="switch"><label>
Disabled
@@ -194,7 +194,7 @@
</label>
</div>
<div id="offline-info">
By enabling private mode, you won't receive updates in position of the currently playing song, you'll be able to vote as many times as you please, and you can skip to a specific location in the song.
By enabling local mode, you won't receive updates in position of the currently playing song, you'll be able to vote as many times as you please, and you can skip to a specific location in the song.
</div>
</li>
</ul>