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

@@ -434,7 +434,7 @@ function initfp(){
$("#offline-mode").tooltip({
delay: 5,
position: "bottom",
tooltip: "Enable private mode"
tooltip: "Enable local mode"
});
}
socket.emit('frontpage_lists');