mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Renaming private mode to local mode
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user