From 151476f2b21cbfdce01d2bffbdfeaa2edc8a7628 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 15 Dec 2019 17:18:50 +0100 Subject: [PATCH] Updated How the bookmarks work (markdown) --- How-the-bookmarks-work.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-the-bookmarks-work.md b/How-the-bookmarks-work.md index 3ea961b..b3b1d0f 100644 --- a/How-the-bookmarks-work.md +++ b/How-the-bookmarks-work.md @@ -8,7 +8,7 @@ They're the little colored "bubbles" that show up above the frequency bar on the * Server-side bookmarks in yellow, common amongst all users. These are the classic bookmarks where you'd put your repeaters and radio stations. They are kept in a file named `bookmarks.json` which can be modified by the receiver operator. -* Client-side bookmarks in light blue, local for the current user only. These bookmarks can be created using the bookmark button on the receiver panel and are stored in the browser's localstorage. They are not sent back to the receiver and can be modified by the user. +* Client-side bookmarks in light blue, local to the current user. These bookmarks can be created using the bookmark button on the receiver panel and are stored in the browser's localstorage. They are not sent back to the receiver, and cannot be shared with other users. [[images/bookmark-button.png]]